Color Hex Logo

#c09792 Color Hex

#C09792
(192,151,146)
0 Favorites   0 Comments

Color spaces of #c09792

RGB 192151146
HSL0.020.270.66
HSV24°75°
CMYK 0.000.210.24   0.25
XYZ37.993135.415032.0275
Yxy35.41500.36030.3359
Hunter Lab59.51059.81589.7485
CIE-Lab66.070514.56808.4909

#c09792 color RGB value is (192,151,146).

#c09792 hex color red value is 192, green value is 151 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #c09792 hue: 0.02 , saturation: 0.27 and the lightness value of c09792 is 0.66.

The process color (four color CMYK) of #c09792 color hex is 0.00, 0.21, 0.24, 0.25. Web safe color of #c09792 is #cc9999. Color #c09792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 10010010
Octal 300 227 222
Decimal 192 151 146
Hex C0 97 92

RGB Percentages of Color #c09792

%39.26
%30.88
%29.86

CMYK Percentages of Color #c09792

%0
%21
%24
%25

Triadic Colors of #c09792

#c09792 #92c097 #9792c0

Analogous Colors of #c09792

#c09792 #c0ae92 #c092a4

Monochromatic Colors of #c09792

#c09792

Complementary Color

#c09792 #92bbc0

#c09792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09792 Color CSS Codes

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

#c09792 Text Font Color

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

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


#c09792 Background Color

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

This div background color is #c09792


#c09792 Border Color

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

This div border color is #c09792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09792


Comments

No comments written yet.

Please login to write comment.