Color Hex Logo

#c09472 Color Hex

#C09472
(192,148,114)
0 Favorites   0 Comments

Color spaces of #c09472

RGB 192148114
HSL0.070.380.60
HSV26°41°75°
CMYK 0.000.230.41   0.25
XYZ35.365433.601220.5413
Yxy33.60120.39510.3754
Hunter Lab57.96657.461419.5663
CIE-Lab64.644812.018324.3368

#c09472 color RGB value is (192,148,114).

#c09472 hex color red value is 192, green value is 148 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c09472 hue: 0.07 , saturation: 0.38 and the lightness value of c09472 is 0.60.

The process color (four color CMYK) of #c09472 color hex is 0.00, 0.23, 0.41, 0.25. Web safe color of #c09472 is #cc9966. Color #c09472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 01110010
Octal 300 224 162
Decimal 192 148 114
Hex C0 94 72

RGB Percentages of Color #c09472

%42.29
%32.60
%25.11

CMYK Percentages of Color #c09472

%0
%23
%41
%25

Triadic Colors of #c09472

#c09472 #72c094 #9472c0

Analogous Colors of #c09472

#c09472 #c0bb72 #c07277

Monochromatic Colors of #c09472

#c09472

Complementary Color

#c09472 #729ec0

#c09472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09472 Color CSS Codes

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

#c09472 Text Font Color

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

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


#c09472 Background Color

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

This div background color is #c09472


#c09472 Border Color

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

This div border color is #c09472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09472


Comments

No comments written yet.

Please login to write comment.