Color Hex Logo

#c09496 Color Hex

#C09496
(192,148,150)
0 Favorites   0 Comments

Color spaces of #c09496

RGB 192148150
HSL0.990.260.67
HSV357°23°75°
CMYK 0.000.230.22   0.25
XYZ37.833234.588333.5363
Yxy34.58830.35710.3264
Hunter Lab58.811811.90707.3593
CIE-Lab65.426916.82485.3244

#c09496 color RGB value is (192,148,150).

#c09496 hex color red value is 192, green value is 148 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c09496 hue: 0.99 , saturation: 0.26 and the lightness value of c09496 is 0.67.

The process color (four color CMYK) of #c09496 color hex is 0.00, 0.23, 0.22, 0.25. Web safe color of #c09496 is #cc9999. Color #c09496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 10010110
Octal 300 224 226
Decimal 192 148 150
Hex C0 94 96

RGB Percentages of Color #c09496

%39.18
%30.20
%30.61

CMYK Percentages of Color #c09496

%0
%23
%22
%25

Triadic Colors of #c09496

#c09496 #96c094 #9496c0

Analogous Colors of #c09496

#c09496 #c0a894 #c094ac

Monochromatic Colors of #c09496

#c09496

Complementary Color

#c09496 #94c0be

#c09496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09496 Color CSS Codes

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

#c09496 Text Font Color

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

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


#c09496 Background Color

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

This div background color is #c09496


#c09496 Border Color

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

This div border color is #c09496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09496


Comments

No comments written yet.

Please login to write comment.