Color Hex Logo

#cca6ba Color Hex

#CCA6BA
(204,166,186)
0 Favorites   0 Comments

Color spaces of #cca6ba

RGB 204166186
HSL0.910.270.73
HSV328°19°80°
CMYK 0.000.190.09   0.20
XYZ47.401043.655052.3823
Yxy43.65500.33050.3043
Hunter Lab66.071912.4327-0.7552
CIE-Lab71.997317.2103-4.9935

#cca6ba color RGB value is (204,166,186).

#cca6ba hex color red value is 204, green value is 166 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cca6ba hue: 0.91 , saturation: 0.27 and the lightness value of cca6ba is 0.73.

The process color (four color CMYK) of #cca6ba color hex is 0.00, 0.19, 0.09, 0.20. Web safe color of #cca6ba is #cc99cc. Color #cca6ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 10111010
Octal 314 246 272
Decimal 204 166 186
Hex CC A6 BA

RGB Percentages of Color #cca6ba

%36.69
%29.86
%33.45

CMYK Percentages of Color #cca6ba

%0
%19
%9
%20

Triadic Colors of #cca6ba

#cca6ba #bacca6 #a6bacc

Analogous Colors of #cca6ba

#cca6ba #cca6a7 #cba6cc

Monochromatic Colors of #cca6ba

#cca6ba

Complementary Color

#cca6ba #a6ccb8

#cca6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca6ba Color CSS Codes

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

#cca6ba Text Font Color

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

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


#cca6ba Background Color

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

This div background color is #cca6ba


#cca6ba Border Color

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

This div border color is #cca6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca6ba


Comments

No comments written yet.

Please login to write comment.