Color Hex Logo

#c08560 Color Hex

#C08560
(192,133,96)
0 Favorites   0 Comments

Color spaces of #c08560

RGB 19213396
HSL0.060.430.56
HSV23°50°75°
CMYK 0.000.310.50   0.25
XYZ32.237128.826114.9312
Yxy28.82610.42420.3793
Hunter Lab53.689913.219521.0944
CIE-Lab60.627818.400028.9815

#c08560 color RGB value is (192,133,96).

#c08560 hex color red value is 192, green value is 133 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #c08560 hue: 0.06 , saturation: 0.43 and the lightness value of c08560 is 0.56.

The process color (four color CMYK) of #c08560 color hex is 0.00, 0.31, 0.50, 0.25. Web safe color of #c08560 is #cc9966. Color #c08560 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000101 01100000
Octal 300 205 140
Decimal 192 133 96
Hex C0 85 60

RGB Percentages of Color #c08560

%45.61
%31.59
%22.80

CMYK Percentages of Color #c08560

%0
%31
%50
%25

Triadic Colors of #c08560

#c08560 #60c085 #8560c0

Analogous Colors of #c08560

#c08560 #c0b560 #c0606b

Monochromatic Colors of #c08560

#c08560

Complementary Color

#c08560 #609bc0

#c08560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08560 Color CSS Codes

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

#c08560 Text Font Color

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

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


#c08560 Background Color

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

This div background color is #c08560


#c08560 Border Color

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

This div border color is #c08560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08560


Comments

No comments written yet.

Please login to write comment.