Color Hex Logo

#c69973 Color Hex

#C69973
(198,153,115)
0 Favorites   0 Comments

Color spaces of #c69973

RGB 198153115
HSL0.080.420.61
HSV27°42°78°
CMYK 0.000.230.42   0.22
XYZ37.774436.026021.1824
Yxy36.02600.39770.3793
Hunter Lab60.02177.300421.0910
CIE-Lab66.539811.837126.4229

#c69973 color RGB value is (198,153,115).

#c69973 hex color red value is 198, green value is 153 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c69973 hue: 0.08 , saturation: 0.42 and the lightness value of c69973 is 0.61.

The process color (four color CMYK) of #c69973 color hex is 0.00, 0.23, 0.42, 0.22. Web safe color of #c69973 is #cc9966. Color #c69973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011001 01110011
Octal 306 231 163
Decimal 198 153 115
Hex C6 99 73

RGB Percentages of Color #c69973

%42.49
%32.83
%24.68

CMYK Percentages of Color #c69973

%0
%23
%42
%22

Triadic Colors of #c69973

#c69973 #73c699 #9973c6

Analogous Colors of #c69973

#c69973 #c6c373 #c67377

Monochromatic Colors of #c69973

#c69973

Complementary Color

#c69973 #73a0c6

#c69973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69973 Color CSS Codes

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

#c69973 Text Font Color

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

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


#c69973 Background Color

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

This div background color is #c69973


#c69973 Border Color

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

This div border color is #c69973


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,153,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c69973; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c69973;
  -webkit-box-shadow: 1px 1px 3px 2px #c69973;
  box-shadow:         1px 1px 3px 2px #c69973; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,153,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69973


Comments

No comments written yet.

Please login to write comment.