#CCA6EC

Color #CCA6EC Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CCA6EC

Tints of Perfume #CCA6EC

Color information

#CCA6EC (or 0xCCA6EC) is unknown color: approx Perfume. HEX triplet: CC, A6 and EC. RGB value is (204,166,236). Sum of RGB (Red+Green+Blue) = 204+166+236=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6EC is #335913. Grayscale: #B9B9B9. Windows color (decimal): -3365140 or 15509196. OLE color: 15509196.

HSL color Cylindrical-coordinate representation of color #CCA6EC: hue angle of 272.57º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA6EC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204166236-
CMYK0.140.3000.07
HSL272.57º64.81%78.82%-
HSV(B)272.57º29.66%92.55%-
XYZ53.6846.1785.44-
YUV185.34156.59141.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 166 (65.23% from 255) = 27.39%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=33.66%
G=27.39%
B=38.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041662360.140.3000.07272.5764.8178.82
HexCCA6ECE1E07111414f
Octal314246354163607421101117
Binary110011001010011011101100111011110011110001000110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6EC; }

 p { color: rgb(204,166,236); }

 H1.HeaderClassName
 {
   color: #CCA6EC;
 }
 .AnyTagClassName
 {
   color: #CCA6EC;
 }
</style>
background-color css

<style>
 a { background-color: #CCA6EC; }

 a { background-color: rgb(204,166,236); }

 div.DivClassName
 {
   background-color: #CCA6EC;
 }
 .BgClassName
 {
   background-color: #CCA6EC;
 }
</style>
border-color css

<style>
 span { border-color: #CCA6EC; }

 span { border-color: rgb(204,166,236); }

 td.TdClassName
 {
   border-color: #CCA6EC;
 }
 .TagClassName
 {
   border-color: #CCA6EC;
 }
</style>