#CAA6EA

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

Shades of Perfume #CAA6EA

Tints of Perfume #CAA6EA

Color information

#CAA6EA (or 0xCAA6EA) is unknown color: approx Perfume. HEX triplet: CA, A6 and EA. RGB value is (202,166,234). Sum of RGB (Red+Green+Blue) = 202+166+234=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6EA is #355915. Grayscale: #B8B8B8. Windows color (decimal): -3496214 or 15378122. OLE color: 15378122.

HSL color Cylindrical-coordinate representation of color #CAA6EA: hue angle of 271.76º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA6EA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202166234-
CMYK0.140.2900.08
HSL271.76º61.82%78.43%-
HSV(B)271.76º29.06%91.76%-
XYZ52.8445.7783.89-
YUV184.52155.93140.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 166 (65.23% from 255) = 27.57%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=33.55%
G=27.57%
B=38.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021662340.140.2900.08271.7661.8278.43
HexCAA6EAE1D081103e4e
Octal312246352163501042076116
Binary110010101010011011101010111011101010001000100001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6EA; }

 p { color: rgb(202,166,234); }

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

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

 a { background-color: rgb(202,166,234); }

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

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

 span { border-color: rgb(202,166,234); }

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