color codes Logo

#c39b18 color codes

#C39B18
(195,155,24)
0 Favorites   0 Comments

Color spaces of #c39b18

RGB 19515524
HSL0.130.780.43
HSV46°88°76°
CMYK 0.000.210.88   0.24
XYZ34.391935.11075.8286
Yxy35.11070.45650.4661
Hunter Lab59.2543-0.091435.6459
CIE-Lab65.83483.558665.7187

#c39b18 color RGB value is (195,155,24).

#c39b18 hex color red value is 195, green value is 155 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c39b18 hue: 0.13 , saturation: 0.78 and the lightness value of c39b18 is 0.43.

The process color (four color CMYK) of #c39b18 color code is 0.00, 0.21, 0.88, 0.24. Web safe color of #c39b18 is #cc9900. Color #c39b18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011011 00011000
Octal 303 233 30
Decimal 195 155 24
Hex C3 9B 18

RGB Percentages of Color #c39b18

%52.14
%41.44
%6.42

CMYK Percentages of Color #c39b18

%0
%21
%88
%24

Triadic Colors of #c39b18

#c39b18 #18c39b #9b18c3

Analogous Colors of #c39b18

#c39b18 #96c318 #c34618

Monochromatic Colors of #c39b18

#c39b18

Complementary Color

#c39b18 #1840c3

#c39b18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39b18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39b18 Color CSS Codes

.mybgcolor {background-color:#c39b18; } 
.myforecolor {color:#c39b18; }
.mybordercolor {border:3px solid #c39b18; }

#c39b18 Text Font Color

<p style="color:#c39b18">Text here</p>

This sample text font color is #c39b18
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c39b18 Background Color

<div style="background-color:#c39b18">
Div content here</div>

This div background color is #c39b18


#c39b18 Border Color

<div style="border:3px solid #c39b18">
Div here</div>

This div border color is #c39b18


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,155,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c39b18; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c39b18;
  -webkit-box-shadow: 1px 1px 3px 2px #c39b18;
  box-shadow:         1px 1px 3px 2px #c39b18; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,155,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c39b18">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c39b18;
  -webkit-box-shadow: 1px 1px 3px 2px #c39b18;
  box-shadow:         1px 1px 3px 2px #c39b18;">
Div content here</div>

This div box has shadow with color #c39b18


Comments

No comments written yet.

Please login to write comment.