Shades of Perfume #C0A0E7
Tints of Perfume #C0A0E7
RGB
CMYK
RGB Variations
Color information
#C0A0E7 (or 0xC0A0E7) is known color: Perfume. HEX triplet: C0, A0 and E7. RGB value is (192,160,231). Sum of RGB (Red+Green+Blue) = 192+160+231=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0A0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A0E7 is #3F5F18. Grayscale: #B1B1B1. Windows color (decimal): -4153113 or 15179968. OLE color: 15179968.
HSL color Cylindrical-coordinate representation of color #C0A0E7: hue angle of 267.04º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0A0E7 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 160 | 231 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.09 |
| HSL | 267.04º | 0.6% | 0.77% | - |
| HSV(B) | 267.04º | 0.31% | 0.91% | - |
| XYZ | 48.73 | 42.12 | 81.16 | - |
| YUV | 177.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 231 | 0.17 | 0.31 | 0 | 0.09 | 267.04 | 0.6 | 0.77 |
| Hex | C0 | A0 | E7 | 11 | 1F | 0 | 9 | 10B | 3C | 4D |
| Octal | 300 | 240 | 347 | 21 | 37 | 0 | 11 | 413 | 74 | 115 |
| Binary | 11000000 | 10100000 | 11100111 | 10001 | 11111 | 0 | 1001 | 100001011 | 111100 | 1001101 |
Color Harmonies of #C0A0E7
Complementary color
Monochromatic Colors of #C0A0E7
Black with #C0A0E7
Text Example
Text Example
White with #C0A0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A0E7; }
p { color: rgb(192,160,231); }
H1.HeaderClassName
{
color: #C0A0E7;
}
.AnyTagClassName
{
color: #C0A0E7;
}
</style>
background-color css
<style>
a { background-color: #C0A0E7; }
a { background-color: rgb(192,160,231); }
div.DivClassName
{
background-color: #C0A0E7;
}
.BgClassName
{
background-color: #C0A0E7;
}
</style>
border-color css
<style>
span { border-color: #C0A0E7; }
span { border-color: rgb(192,160,231); }
td.TdClassName
{
border-color: #C0A0E7;
}
.TagClassName
{
border-color: #C0A0E7;
}
</style>