Color Hex Logo

#c09493 Color Hex

#C09493
(192,148,147)
0 Favorites   0 Comments

Color spaces of #c09493

RGB 192148147
HSL0.000.260.66
HSV23°75°
CMYK 0.000.230.23   0.25
XYZ37.594634.492932.2801
Yxy34.49290.36020.3305
Hunter Lab58.730711.48268.5239
CIE-Lab65.351916.37306.9032

#c09493 color RGB value is (192,148,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010100 10010011
Octal 300 224 223
Decimal 192 148 147
Hex C0 94 93

RGB Percentages of Color #c09493

%39.43
%30.39
%30.18

CMYK Percentages of Color #c09493

%0
%23
%23
%25

Triadic Colors of #c09493

#c09493 #93c094 #9493c0

Analogous Colors of #c09493

#c09493 #c0ab93 #c093a9

Monochromatic Colors of #c09493

#c09493

Complementary Color

#c09493 #93bfc0

#c09493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09493 Color CSS Codes

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

#c09493 Text Font Color

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

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


#c09493 Background Color

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

This div background color is #c09493


#c09493 Border Color

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

This div border color is #c09493


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,148,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 #c09493">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09493


Comments

No comments written yet.

Please login to write comment.