Shades of Perfume #C09EEF
Tints of Perfume #C09EEF
RGB
CMYK
RGB Variations
Color information
#C09EEF (or 0xC09EEF) is known color: Perfume. HEX triplet: C0, 9E and EF. RGB value is (192,158,239). Sum of RGB (Red+Green+Blue) = 192+158+239=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #C09EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EEF is #3F6110. Grayscale: #B1B1B1. Windows color (decimal): -4153617 or 15703744. OLE color: 15703744.
HSL color Cylindrical-coordinate representation of color #C09EEF: hue angle of 265.19º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09EEF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 158 | 239 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.06 |
| HSL | 265.19º | 0.72% | 0.78% | - |
| HSV(B) | 265.19º | 0.34% | 0.94% | - |
| XYZ | 49.55 | 41.89 | 87.14 | - |
| YUV | 177.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 239 | 0.20 | 0.34 | 0 | 0.06 | 265.19 | 0.72 | 0.78 |
| Hex | C0 | 9E | EF | 14 | 22 | 0 | 6 | 109 | 48 | 4E |
| Octal | 300 | 236 | 357 | 24 | 42 | 0 | 6 | 411 | 110 | 116 |
| Binary | 11000000 | 10011110 | 11101111 | 10100 | 100010 | 0 | 110 | 100001001 | 1001000 | 1001110 |
Color Harmonies of #C09EEF
Complementary color
Monochromatic Colors of #C09EEF
Black with #C09EEF
Text Example
Text Example
White with #C09EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EEF; }
p { color: rgb(192,158,239); }
H1.HeaderClassName
{
color: #C09EEF;
}
.AnyTagClassName
{
color: #C09EEF;
}
</style>
background-color css
<style>
a { background-color: #C09EEF; }
a { background-color: rgb(192,158,239); }
div.DivClassName
{
background-color: #C09EEF;
}
.BgClassName
{
background-color: #C09EEF;
}
</style>
border-color css
<style>
span { border-color: #C09EEF; }
span { border-color: rgb(192,158,239); }
td.TdClassName
{
border-color: #C09EEF;
}
.TagClassName
{
border-color: #C09EEF;
}
</style>