Color Hex Logo

#cca1ab Color Hex

#CCA1AB
(204,161,171)
0 Favorites   0 Comments

Color spaces of #cca1ab

RGB 204161171
HSL0.960.300.72
HSV346°21°80°
CMYK 0.000.210.16   0.20
XYZ44.997441.267444.1219
Yxy41.26740.34510.3165
Hunter Lab64.239712.61284.2455
CIE-Lab70.362917.43670.9016

#cca1ab color RGB value is (204,161,171).

#cca1ab hex color red value is 204, green value is 161 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cca1ab hue: 0.96 , saturation: 0.30 and the lightness value of cca1ab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100001 10101011
Octal 314 241 253
Decimal 204 161 171
Hex CC A1 AB

RGB Percentages of Color #cca1ab

%38.06
%30.04
%31.90

CMYK Percentages of Color #cca1ab

%0
%21
%16
%20

Triadic Colors of #cca1ab

#cca1ab #abcca1 #a1abcc

Analogous Colors of #cca1ab

#cca1ab #ccada1 #cca1c1

Monochromatic Colors of #cca1ab

#cca1ab

Complementary Color

#cca1ab #a1ccc2

#cca1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca1ab Color CSS Codes

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

#cca1ab Text Font Color

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

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


#cca1ab Background Color

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

This div background color is #cca1ab


#cca1ab Border Color

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

This div border color is #cca1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca1ab


Comments

No comments written yet.

Please login to write comment.