Color Hex Logo

#c09488 Color Hex

#C09488
(192,148,136)
0 Favorites   0 Comments

Color spaces of #c09488

RGB 192148136
HSL0.040.310.64
HSV13°29°75°
CMYK 0.000.230.29   0.25
XYZ36.772134.163927.9487
Yxy34.16390.37190.3455
Hunter Lab58.449910.010912.5645
CIE-Lab65.092514.795012.7092

#c09488 color RGB value is (192,148,136).

#c09488 hex color red value is 192, green value is 148 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c09488 hue: 0.04 , saturation: 0.31 and the lightness value of c09488 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 10001000
Octal 300 224 210
Decimal 192 148 136
Hex C0 94 88

RGB Percentages of Color #c09488

%40.34
%31.09
%28.57

CMYK Percentages of Color #c09488

%0
%23
%29
%25

Triadic Colors of #c09488

#c09488 #88c094 #9488c0

Analogous Colors of #c09488

#c09488 #c0b088 #c08898

Monochromatic Colors of #c09488

#c09488

Complementary Color

#c09488 #88b4c0

#c09488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09488 Color CSS Codes

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

#c09488 Text Font Color

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

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


#c09488 Background Color

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

This div background color is #c09488


#c09488 Border Color

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

This div border color is #c09488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09488


Comments

No comments written yet.

Please login to write comment.