Color Hex Logo

#c09312 Color Hex

#C09312
(192,147,18)
0 Favorites   0 Comments

Color spaces of #c09312

RGB 19214718
HSL0.120.830.41
HSV44°91°75°
CMYK 0.000.230.91   0.25
XYZ32.281132.11765.0702
Yxy32.11760.46470.4623
Hunter Lab56.67242.498534.3663
CIE-Lab63.44006.437465.0120

#c09312 color RGB value is (192,147,18).

#c09312 hex color red value is 192, green value is 147 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c09312 hue: 0.12 , saturation: 0.83 and the lightness value of c09312 is 0.41.

The process color (four color CMYK) of #c09312 color hex is 0.00, 0.23, 0.91, 0.25. Web safe color of #c09312 is #cc9900. Color #c09312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010011 00010010
Octal 300 223 22
Decimal 192 147 18
Hex C0 93 12

RGB Percentages of Color #c09312

%53.78
%41.18
%5.04

CMYK Percentages of Color #c09312

%0
%23
%91
%25

Triadic Colors of #c09312

#c09312 #12c093 #9312c0

Analogous Colors of #c09312

#c09312 #96c012 #c03c12

Monochromatic Colors of #c09312

#c09312

Complementary Color

#c09312 #123fc0

#c09312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09312 Color CSS Codes

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

#c09312 Text Font Color

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

This sample text font color is #c09312
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.


#c09312 Background Color

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

This div background color is #c09312


#c09312 Border Color

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

This div border color is #c09312


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,147,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c09312; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c09312;
  -webkit-box-shadow: 1px 1px 3px 2px #c09312;
  box-shadow:         1px 1px 3px 2px #c09312; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,147,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09312


Comments

No comments written yet.

Please login to write comment.