#CCA9F2

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

Shades of Perfume #CCA9F2

Tints of Perfume #CCA9F2

Color information

#CCA9F2 (or 0xCCA9F2) is unknown color: approx Perfume. HEX triplet: CC, A9 and F2. RGB value is (204,169,242). Sum of RGB (Red+Green+Blue) = 204+169+242=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA9F2 is #33560D. Grayscale: #BBBBBB. Windows color (decimal): -3364366 or 15903180. OLE color: 15903180.

HSL color Cylindrical-coordinate representation of color #CCA9F2: hue angle of 268.77º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA9F2 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204169242-
CMYK0.160.3000.05
HSL268.77º73.74%80.59%-
HSV(B)268.77º30.17%94.9%-
XYZ55.1247.6290.29-
YUV187.79158.6139.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 242 (94.92% from 255) = 39.35%
R=33.17%
G=27.48%
B=39.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041692420.160.3000.05268.7773.7480.59
HexCCA9F2101E0510d4a51
Octal314251362203605415112121
Binary1100110010101001111100101000011110010110000110110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9F2; }

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

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

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

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

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

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

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

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