Color Hex Logo

#c09d93 Color Hex

#C09D93
(192,157,147)
0 Favorites   0 Comments

Color spaces of #c09d93

RGB 192157147
HSL0.040.260.66
HSV13°23°75°
CMYK 0.000.180.23   0.25
XYZ39.061737.427032.7691
Yxy37.42700.35750.3426
Hunter Lab61.17766.910811.0663
CIE-Lab67.596211.413110.1025

#c09d93 color RGB value is (192,157,147).

#c09d93 hex color red value is 192, green value is 157 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c09d93 hue: 0.04 , saturation: 0.26 and the lightness value of c09d93 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 10010011
Octal 300 235 223
Decimal 192 157 147
Hex C0 9D 93

RGB Percentages of Color #c09d93

%38.71
%31.65
%29.64

CMYK Percentages of Color #c09d93

%0
%18
%23
%25

Triadic Colors of #c09d93

#c09d93 #93c09d #9d93c0

Analogous Colors of #c09d93

#c09d93 #c0b493 #c093a0

Monochromatic Colors of #c09d93

#c09d93

Complementary Color

#c09d93 #93b6c0

#c09d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09d93 Color CSS Codes

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

#c09d93 Text Font Color

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

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


#c09d93 Background Color

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

This div background color is #c09d93


#c09d93 Border Color

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

This div border color is #c09d93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09d93


Comments

No comments written yet.

Please login to write comment.