#CCA6F2

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

Shades of Perfume #CCA6F2

Tints of Perfume #CCA6F2

Color information

#CCA6F2 (or 0xCCA6F2) is unknown color: approx Perfume. HEX triplet: CC, A6 and F2. RGB value is (204,166,242). Sum of RGB (Red+Green+Blue) = 204+166+242=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCA6F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6F2 is #33590D. Grayscale: #B9B9B9. Windows color (decimal): -3365134 or 15902412. OLE color: 15902412.

HSL color Cylindrical-coordinate representation of color #CCA6F2: hue angle of 270º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA6F2 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204166242-
CMYK0.160.3100.05
HSL270º74.51%80%-
HSV(B)270º31.4%94.9%-
XYZ54.5746.5290.11-
YUV186.03159.59140.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 27.12%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=33.33%
G=27.12%
B=39.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041662420.160.3100.0527074.5180
HexCCA6F2101F0510e4b50
Octal314246362203705416113120
Binary1100110010100110111100101000011111010110000111010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6F2; }

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

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

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

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

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

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

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

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