#CAA0F3

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

Shades of Perfume #CAA0F3

Tints of Perfume #CAA0F3

Color information

#CAA0F3 (or 0xCAA0F3) is unknown color: approx Perfume. HEX triplet: CA, A0 and F3. RGB value is (202,160,243). Sum of RGB (Red+Green+Blue) = 202+160+243=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAA0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0F3 is #355F0C. Grayscale: #B5B5B5. Windows color (decimal): -3497741 or 15966410. OLE color: 15966410.

HSL color Cylindrical-coordinate representation of color #CAA0F3: hue angle of 270.36º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA0F3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202160243-
CMYK0.170.3400.05
HSL270.36º77.57%79.02%-
HSV(B)270.36º34.16%95.29%-
XYZ53.1144.1790.52-
YUV182.02162.41142.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 160 (62.89% from 255) = 26.45%
BLUE value IS 243 (95.31% from 255) = 40.17%
R=33.39%
G=26.45%
B=40.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021602430.170.3400.05270.3677.5779.02
HexCAA0F311220510e4e4f
Octal312240363214205416116117
Binary11001010101000001111001110001100010010110000111010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0F3; }

 p { color: rgb(202,160,243); }

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

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

 a { background-color: rgb(202,160,243); }

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

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

 span { border-color: rgb(202,160,243); }

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