Shades of Perfume #C0A8E9
Tints of Perfume #C0A8E9
RGB
CMYK
RGB Variations
Color information
#C0A8E9 (or 0xC0A8E9) is known color: Perfume. HEX triplet: C0, A8 and E9. RGB value is (192,168,233). Sum of RGB (Red+Green+Blue) = 192+168+233=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #C0A8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A8E9 is #3F5716. Grayscale: #B6B6B6. Windows color (decimal): -4151063 or 15313088. OLE color: 15313088.
HSL color Cylindrical-coordinate representation of color #C0A8E9: hue angle of 262.15º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0A8E9 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 168 | 233 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.09 |
| HSL | 262.15º | 0.6% | 0.79% | - |
| HSV(B) | 262.15º | 0.28% | 0.91% | - |
| XYZ | 50.45 | 45.09 | 83.14 | - |
| YUV | 182.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 233 | 0.18 | 0.28 | 0 | 0.09 | 262.15 | 0.6 | 0.79 |
| Hex | C0 | A8 | E9 | 12 | 1C | 0 | 9 | 106 | 3C | 4F |
| Octal | 300 | 250 | 351 | 22 | 34 | 0 | 11 | 406 | 74 | 117 |
| Binary | 11000000 | 10101000 | 11101001 | 10010 | 11100 | 0 | 1001 | 100000110 | 111100 | 1001111 |
Color Harmonies of #C0A8E9
Complementary color
Monochromatic Colors of #C0A8E9
Black with #C0A8E9
Text Example
Text Example
White with #C0A8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A8E9; }
p { color: rgb(192,168,233); }
H1.HeaderClassName
{
color: #C0A8E9;
}
.AnyTagClassName
{
color: #C0A8E9;
}
</style>
background-color css
<style>
a { background-color: #C0A8E9; }
a { background-color: rgb(192,168,233); }
div.DivClassName
{
background-color: #C0A8E9;
}
.BgClassName
{
background-color: #C0A8E9;
}
</style>
border-color css
<style>
span { border-color: #C0A8E9; }
span { border-color: rgb(192,168,233); }
td.TdClassName
{
border-color: #C0A8E9;
}
.TagClassName
{
border-color: #C0A8E9;
}
</style>