#CAACF1

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

Shades of Perfume #CAACF1

Tints of Perfume #CAACF1

Color information

#CAACF1 (or 0xCAACF1) is unknown color: approx Perfume. HEX triplet: CA, AC and F1. RGB value is (202,172,241). Sum of RGB (Red+Green+Blue) = 202+172+241=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACF1 is #35530E. Grayscale: #BCBCBC. Windows color (decimal): -3494671 or 15838410. OLE color: 15838410.

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

Color convert

RGB202172241-
CMYK0.160.2900.05
HSL266.09º71.13%80.98%-
HSV(B)266.09º28.63%94.51%-
XYZ54.9948.4189.67-
YUV188.84157.44137.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=32.85%
G=27.97%
B=39.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021722410.160.2900.05266.0971.1380.98
HexCAACF1101D0510a4751
Octal312254361203505412107121
Binary1100101010101100111100011000011101010110000101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACF1; }

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

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

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

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

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

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

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

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