Color Hex Logo

#c58666 Color Hex

#C58666
(197,134,102)
0 Favorites   0 Comments

Color spaces of #c58666

RGB 197134102
HSL0.060.450.59
HSV20°48°77°
CMYK 0.000.320.48   0.23
XYZ33.949329.879816.5484
Yxy29.87980.42240.3717
Hunter Lab54.662415.202120.3143
CIE-Lab61.550420.490726.9754

#c58666 color RGB value is (197,134,102).

#c58666 hex color red value is 197, green value is 134 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c58666 hue: 0.06 , saturation: 0.45 and the lightness value of c58666 is 0.59.

The process color (four color CMYK) of #c58666 color hex is 0.00, 0.32, 0.48, 0.23. Web safe color of #c58666 is #cc9966. Color #c58666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 01100110
Octal 305 206 146
Decimal 197 134 102
Hex C5 86 66

RGB Percentages of Color #c58666

%45.50
%30.95
%23.56

CMYK Percentages of Color #c58666

%0
%32
%48
%23

Triadic Colors of #c58666

#c58666 #66c586 #8666c5

Analogous Colors of #c58666

#c58666 #c5b666 #c56676

Monochromatic Colors of #c58666

#c58666

Complementary Color

#c58666 #66a5c5

#c58666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c58666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c58666 Color CSS Codes

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

#c58666 Text Font Color

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

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


#c58666 Background Color

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

This div background color is #c58666


#c58666 Border Color

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

This div border color is #c58666


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,134,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c58666; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c58666;
  -webkit-box-shadow: 1px 1px 3px 2px #c58666;
  box-shadow:         1px 1px 3px 2px #c58666; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,134,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c58666


Comments

No comments written yet.

Please login to write comment.