Color Hex Logo

#ccab91 Color Hex

#CCAB91
(204,171,145)
0 Favorites   0 Comments

Color spaces of #ccab91

RGB 204171145
HSL0.070.370.68
HSV26°29°80°
CMYK 0.000.160.29   0.20
XYZ44.575644.007532.9330
Yxy44.00750.36680.3622
Hunter Lab66.33813.850517.0027
CIE-Lab72.23358.152117.8749

#ccab91 color RGB value is (204,171,145).

#ccab91 hex color red value is 204, green value is 171 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ccab91 hue: 0.07 , saturation: 0.37 and the lightness value of ccab91 is 0.68.

The process color (four color CMYK) of #ccab91 color hex is 0.00, 0.16, 0.29, 0.20. Web safe color of #ccab91 is #cc9999. Color #ccab91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10010001
Octal 314 253 221
Decimal 204 171 145
Hex CC AB 91

RGB Percentages of Color #ccab91

%39.23
%32.88
%27.88

CMYK Percentages of Color #ccab91

%0
%16
%29
%20

Triadic Colors of #ccab91

#ccab91 #91ccab #ab91cc

Analogous Colors of #ccab91

#ccab91 #ccc991 #cc9195

Monochromatic Colors of #ccab91

#ccab91

Complementary Color

#ccab91 #91b2cc

#ccab91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab91 Color CSS Codes

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

#ccab91 Text Font Color

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

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


#ccab91 Background Color

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

This div background color is #ccab91


#ccab91 Border Color

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

This div border color is #ccab91


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,171,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccab91; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccab91;
  -webkit-box-shadow: 1px 1px 3px 2px #ccab91;
  box-shadow:         1px 1px 3px 2px #ccab91; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,171,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab91


Comments

No comments written yet.

Please login to write comment.