Color Hex Logo

#c09706 Color Hex

#C09706
(192,151,6)
0 Favorites   0 Comments

Color spaces of #c09706

RGB 1921516
HSL0.130.940.39
HSV47°97°75°
CMYK 0.000.210.97   0.25
XYZ32.837733.35284.8793
Yxy33.35280.46200.4693
Hunter Lab57.75190.429235.4171
CIE-Lab64.44564.096567.6604

#c09706 color RGB value is (192,151,6).

#c09706 hex color red value is 192, green value is 151 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c09706 hue: 0.13 , saturation: 0.94 and the lightness value of c09706 is 0.39.

The process color (four color CMYK) of #c09706 color hex is 0.00, 0.21, 0.97, 0.25. Web safe color of #c09706 is #cc9900. Color #c09706 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 00000110
Octal 300 227 6
Decimal 192 151 6
Hex C0 97 6

RGB Percentages of Color #c09706

%55.01
%43.27
%1.72

CMYK Percentages of Color #c09706

%0
%21
%97
%25

Triadic Colors of #c09706

#c09706 #06c097 #9706c0

Analogous Colors of #c09706

#c09706 #8cc006 #c03a06

Monochromatic Colors of #c09706

#c09706

Complementary Color

#c09706 #062fc0

#c09706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09706 Color CSS Codes

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

#c09706 Text Font Color

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

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


#c09706 Background Color

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

This div background color is #c09706


#c09706 Border Color

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

This div border color is #c09706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09706


Comments

No comments written yet.

Please login to write comment.