Shades of Perfume #C9AFE6
Tints of Perfume #C9AFE6
RGB
CMYK
RGB Variations
Color information
#C9AFE6 (or 0xC9AFE6) is known color: Perfume. HEX triplet: C9, AF and E6. RGB value is (201,175,230). Sum of RGB (Red+Green+Blue) = 201+175+230=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #C9AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFE6 is #365019. Grayscale: #BCBCBC. Windows color (decimal): -3559450 or 15118281. OLE color: 15118281.
HSL color Cylindrical-coordinate representation of color #C9AFE6: hue angle of 268.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9AFE6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 175 | 230 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.10 |
| HSL | 268.36º | 0.52% | 0.79% | - |
| HSV(B) | 268.36º | 0.24% | 0.9% | - |
| XYZ | 53.7 | 48.79 | 81.45 | - |
| YUV | 189.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 230 | 0.13 | 0.24 | 0 | 0.10 | 268.36 | 0.52 | 0.79 |
| Hex | C9 | AF | E6 | D | 18 | 0 | A | 10C | 34 | 4F |
| Octal | 311 | 257 | 346 | 15 | 30 | 0 | 12 | 414 | 64 | 117 |
| Binary | 11001001 | 10101111 | 11100110 | 1101 | 11000 | 0 | 1010 | 100001100 | 110100 | 1001111 |
Color Harmonies of #C9AFE6
Complementary color
Monochromatic Colors of #C9AFE6
Black with #C9AFE6
Text Example
Text Example
White with #C9AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFE6; }
p { color: rgb(201,175,230); }
H1.HeaderClassName
{
color: #C9AFE6;
}
.AnyTagClassName
{
color: #C9AFE6;
}
</style>
background-color css
<style>
a { background-color: #C9AFE6; }
a { background-color: rgb(201,175,230); }
div.DivClassName
{
background-color: #C9AFE6;
}
.BgClassName
{
background-color: #C9AFE6;
}
</style>
border-color css
<style>
span { border-color: #C9AFE6; }
span { border-color: rgb(201,175,230); }
td.TdClassName
{
border-color: #C9AFE6;
}
.TagClassName
{
border-color: #C9AFE6;
}
</style>