Shades of Perfume #CAA0F6
Tints of Perfume #CAA0F6
RGB
CMYK
RGB Variations
Color information
#CAA0F6 (or 0xCAA0F6) is known color: Perfume. HEX triplet: CA, A0 and F6. RGB value is (202,160,246). Sum of RGB (Red+Green+Blue) = 202+160+246=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAA0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0F6 is #355F09. Grayscale: #B6B6B6. Windows color (decimal): -3497738 or 16163018. OLE color: 16163018.
HSL color Cylindrical-coordinate representation of color #CAA0F6: hue angle of 269.3º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAA0F6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 160 | 246 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.04 |
| HSL | 269.3º | 0.83% | 0.8% | - |
| HSV(B) | 269.3º | 0.35% | 0.96% | - |
| XYZ | 53.56 | 44.35 | 92.93 | - |
| YUV | 182.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 246 | 0.18 | 0.35 | 0 | 0.04 | 269.3 | 0.83 | 0.8 |
| Hex | CA | A0 | F6 | 12 | 23 | 0 | 4 | 10D | 53 | 50 |
| Octal | 312 | 240 | 366 | 22 | 43 | 0 | 4 | 415 | 123 | 120 |
| Binary | 11001010 | 10100000 | 11110110 | 10010 | 100011 | 0 | 100 | 100001101 | 1010011 | 1010000 |
Color Harmonies of #CAA0F6
Complementary color
Monochromatic Colors of #CAA0F6
Black with #CAA0F6
Text Example
Text Example
White with #CAA0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0F6; }
p { color: rgb(202,160,246); }
H1.HeaderClassName
{
color: #CAA0F6;
}
.AnyTagClassName
{
color: #CAA0F6;
}
</style>
background-color css
<style>
a { background-color: #CAA0F6; }
a { background-color: rgb(202,160,246); }
div.DivClassName
{
background-color: #CAA0F6;
}
.BgClassName
{
background-color: #CAA0F6;
}
</style>
border-color css
<style>
span { border-color: #CAA0F6; }
span { border-color: rgb(202,160,246); }
td.TdClassName
{
border-color: #CAA0F6;
}
.TagClassName
{
border-color: #CAA0F6;
}
</style>