Shades of Perfume #C3AAF0
Tints of Perfume #C3AAF0
RGB
CMYK
RGB Variations
Color information
#C3AAF0 (or 0xC3AAF0) is known color: Perfume. HEX triplet: C3, AA and F0. RGB value is (195,170,240). Sum of RGB (Red+Green+Blue) = 195+170+240=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3AAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AAF0 is #3C550F. Grayscale: #B9B9B9. Windows color (decimal): -3953936 or 15772355. OLE color: 15772355.
HSL color Cylindrical-coordinate representation of color #C3AAF0: hue angle of 261.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3AAF0 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 170 | 240 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.06 |
| HSL | 261.43º | 0.7% | 0.8% | - |
| HSV(B) | 261.43º | 0.29% | 0.94% | - |
| XYZ | 52.61 | 46.64 | 88.67 | - |
| YUV | 185.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 240 | 0.19 | 0.29 | 0 | 0.06 | 261.43 | 0.7 | 0.8 |
| Hex | C3 | AA | F0 | 13 | 1D | 0 | 6 | 105 | 46 | 50 |
| Octal | 303 | 252 | 360 | 23 | 35 | 0 | 6 | 405 | 106 | 120 |
| Binary | 11000011 | 10101010 | 11110000 | 10011 | 11101 | 0 | 110 | 100000101 | 1000110 | 1010000 |
Color Harmonies of #C3AAF0
Complementary color
Monochromatic Colors of #C3AAF0
Black with #C3AAF0
Text Example
Text Example
White with #C3AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAF0; }
p { color: rgb(195,170,240); }
H1.HeaderClassName
{
color: #C3AAF0;
}
.AnyTagClassName
{
color: #C3AAF0;
}
</style>
background-color css
<style>
a { background-color: #C3AAF0; }
a { background-color: rgb(195,170,240); }
div.DivClassName
{
background-color: #C3AAF0;
}
.BgClassName
{
background-color: #C3AAF0;
}
</style>
border-color css
<style>
span { border-color: #C3AAF0; }
span { border-color: rgb(195,170,240); }
td.TdClassName
{
border-color: #C3AAF0;
}
.TagClassName
{
border-color: #C3AAF0;
}
</style>