Shades of Perfume #CAA0F2
Tints of Perfume #CAA0F2
RGB
CMYK
RGB Variations
Color information
#CAA0F2 (or 0xCAA0F2) is known color: Perfume. HEX triplet: CA, A0 and F2. RGB value is (202,160,242). Sum of RGB (Red+Green+Blue) = 202+160+242=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAA0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0F2 is #355F0D. Grayscale: #B5B5B5. Windows color (decimal): -3497742 or 15900874. OLE color: 15900874.
HSL color Cylindrical-coordinate representation of color #CAA0F2: hue angle of 270.73º degrees, saturation: 0.76, 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 #CAA0F2 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 160 | 242 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.05 |
| HSL | 270.73º | 0.76% | 0.79% | - |
| HSV(B) | 270.73º | 0.34% | 0.95% | - |
| XYZ | 52.95 | 44.11 | 89.73 | - |
| YUV | 181.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 242 | 0.17 | 0.34 | 0 | 0.05 | 270.73 | 0.76 | 0.79 |
| Hex | CA | A0 | F2 | 11 | 22 | 0 | 5 | 10F | 4C | 4F |
| Octal | 312 | 240 | 362 | 21 | 42 | 0 | 5 | 417 | 114 | 117 |
| Binary | 11001010 | 10100000 | 11110010 | 10001 | 100010 | 0 | 101 | 100001111 | 1001100 | 1001111 |
Color Harmonies of #CAA0F2
Complementary color
Monochromatic Colors of #CAA0F2
Black with #CAA0F2
Text Example
Text Example
White with #CAA0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0F2; }
p { color: rgb(202,160,242); }
H1.HeaderClassName
{
color: #CAA0F2;
}
.AnyTagClassName
{
color: #CAA0F2;
}
</style>
background-color css
<style>
a { background-color: #CAA0F2; }
a { background-color: rgb(202,160,242); }
div.DivClassName
{
background-color: #CAA0F2;
}
.BgClassName
{
background-color: #CAA0F2;
}
</style>
border-color css
<style>
span { border-color: #CAA0F2; }
span { border-color: rgb(202,160,242); }
td.TdClassName
{
border-color: #CAA0F2;
}
.TagClassName
{
border-color: #CAA0F2;
}
</style>