#CAB0E0

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

Shades of Perfume #CAB0E0

Tints of Perfume #CAB0E0

Color information

#CAB0E0 (or 0xCAB0E0) is unknown color: approx Perfume. HEX triplet: CA, B0 and E0. RGB value is (202,176,224). Sum of RGB (Red+Green+Blue) = 202+176+224=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0E0 is #354F1F. Grayscale: #BDBDBD. Windows color (decimal): -3493664 or 14725322. OLE color: 14725322.

HSL color Cylindrical-coordinate representation of color #CAB0E0: hue angle of 272.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAB0E0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202176224-
CMYK0.100.2100.12
HSL272.5º43.64%78.43%-
HSV(B)272.5º21.43%87.84%-
XYZ53.3448.9977.17-
YUV189.25147.61137.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 224 (87.89% from 255) = 37.21%
R=33.55%
G=29.24%
B=37.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021762240.100.2100.12272.543.6478.43
HexCAB0E0A150C1102c4e
Octal312260340122501442054116
Binary110010101011000011100000101010101011001000100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0E0; }

 p { color: rgb(202,176,224); }

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

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

 a { background-color: rgb(202,176,224); }

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

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

 span { border-color: rgb(202,176,224); }

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