#CAACF6

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

Shades of Perfume #CAACF6

Tints of Perfume #CAACF6

Color information

#CAACF6 (or 0xCAACF6) is unknown color: approx Perfume. HEX triplet: CA, AC and F6. RGB value is (202,172,246). Sum of RGB (Red+Green+Blue) = 202+172+246=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACF6 is #355309. Grayscale: #BDBDBD. Windows color (decimal): -3494666 or 16166090. OLE color: 16166090.

HSL color Cylindrical-coordinate representation of color #CAACF6: hue angle of 264.32º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAACF6 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202172246-
CMYK0.180.3000.04
HSL264.32º80.43%81.96%-
HSV(B)264.32º30.08%96.47%-
XYZ55.7448.7293.65-
YUV189.41159.94136.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 172 (67.58% from 255) = 27.74%
BLUE value IS 246 (96.48% from 255) = 39.68%
R=32.58%
G=27.74%
B=39.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021722460.180.3000.04264.3280.4381.96
HexCAACF6121E041085052
Octal312254366223604410120122
Binary1100101010101100111101101001011110010010000100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACF6; }

 p { color: rgb(202,172,246); }

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

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

 a { background-color: rgb(202,172,246); }

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

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

 span { border-color: rgb(202,172,246); }

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