Color Hex Logo

#c0a287 Color Hex

#C0A287
(192,162,135)
0 Favorites   0 Comments

Color spaces of #c0a287

RGB 192162135
HSL0.080.310.64
HSV28°30°75°
CMYK 0.000.160.30   0.25
XYZ39.031738.796428.3529
Yxy38.79640.36760.3654
Hunter Lab62.28682.854416.6120
CIE-Lab68.60356.975818.1530

#c0a287 color RGB value is (192,162,135).

#c0a287 hex color red value is 192, green value is 162 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c0a287 hue: 0.08 , saturation: 0.31 and the lightness value of c0a287 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10100010 10000111
Octal 300 242 207
Decimal 192 162 135
Hex C0 A2 87

RGB Percentages of Color #c0a287

%39.26
%33.13
%27.61

CMYK Percentages of Color #c0a287

%0
%16
%30
%25

Triadic Colors of #c0a287

#c0a287 #87c0a2 #a287c0

Analogous Colors of #c0a287

#c0a287 #c0bf87 #c08789

Monochromatic Colors of #c0a287

#c0a287

Complementary Color

#c0a287 #87a5c0

#c0a287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a287 Color CSS Codes

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

#c0a287 Text Font Color

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

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


#c0a287 Background Color

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

This div background color is #c0a287


#c0a287 Border Color

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

This div border color is #c0a287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a287


Comments

No comments written yet.

Please login to write comment.