Shades of Perfume #CAB0E0
Tints of Perfume #CAB0E0
RGB
CMYK
RGB Variations
Color information
#CAB0E0 (or 0xCAB0E0) is known color: 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
| RGB | 202 | 176 | 224 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.12 |
| HSL | 272.5º | 0.44% | 0.78% | - |
| HSV(B) | 272.5º | 0.21% | 0.88% | - |
| XYZ | 53.34 | 48.99 | 77.17 | - |
| YUV | 189.25 | 147.61 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 224 | 0.10 | 0.21 | 0 | 0.12 | 272.5 | 0.44 | 0.78 |
| Hex | CA | B0 | E0 | A | 15 | 0 | C | 110 | 2C | 4E |
| Octal | 312 | 260 | 340 | 12 | 25 | 0 | 14 | 420 | 54 | 116 |
| Binary | 11001010 | 10110000 | 11100000 | 1010 | 10101 | 0 | 1100 | 100010000 | 101100 | 1001110 |
Color Harmonies of #CAB0E0
Complementary color
Monochromatic Colors of #CAB0E0
Black with #CAB0E0
Text Example
Text Example
White with #CAB0E0
Text Example
Text Example
HTML Codes & Css Web 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>