#CAACF4

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

Shades of Perfume #CAACF4

Tints of Perfume #CAACF4

Color information

#CAACF4 (or 0xCAACF4) is unknown color: approx Perfume. HEX triplet: CA, AC and F4. RGB value is (202,172,244). Sum of RGB (Red+Green+Blue) = 202+172+244=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 244 (95.70% from 255 or 39.48% from 618); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACF4 is #35530B. Grayscale: #BCBCBC. Windows color (decimal): -3494668 or 16035018. OLE color: 16035018.

HSL color Cylindrical-coordinate representation of color #CAACF4: hue angle of 265º degrees, saturation: 0.77, 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 #CAACF4 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202172244-
CMYK0.170.3000.04
HSL265º76.6%81.57%-
HSV(B)265º29.51%95.69%-
XYZ55.4448.5992.05-
YUV189.18158.94137.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 244 (95.70% from 255) = 39.48%
R=32.69%
G=27.83%
B=39.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021722440.170.3000.0426576.681.57
HexCAACF4111E041094d52
Octal312254364213604411115122
Binary1100101010101100111101001000111110010010000100110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACF4; }

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

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

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

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

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

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

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

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