#CCA6F3

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

Shades of Perfume #CCA6F3

Tints of Perfume #CCA6F3

Color information

#CCA6F3 (or 0xCCA6F3) is unknown color: approx Perfume. HEX triplet: CC, A6 and F3. RGB value is (204,166,243). Sum of RGB (Red+Green+Blue) = 204+166+243=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCA6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6F3 is #33590C. Grayscale: #B9B9B9. Windows color (decimal): -3365133 or 15967948. OLE color: 15967948.

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

Color convert

RGB204166243-
CMYK0.160.3200.05
HSL269.61º76.24%80.2%-
HSV(B)269.61º31.69%95.29%-
XYZ54.7246.5890.9-
YUV186.14160.09140.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 243 (95.31% from 255) = 39.64%
R=33.28%
G=27.08%
B=39.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041662430.160.3200.05269.6176.2480.2
HexCCA6F310200510e4c50
Octal314246363204005416114120
Binary11001100101001101111001110000100000010110000111010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6F3; }

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

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

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

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

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

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

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

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