Shades of Perfume #C09FE8
Tints of Perfume #C09FE8
RGB
CMYK
RGB Variations
Color information
#C09FE8 (or 0xC09FE8) is known color: Perfume. HEX triplet: C0, 9F and E8. RGB value is (192,159,232). Sum of RGB (Red+Green+Blue) = 192+159+232=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #C09FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FE8 is #3F6017. Grayscale: #B0B0B0. Windows color (decimal): -4153368 or 15245248. OLE color: 15245248.
HSL color Cylindrical-coordinate representation of color #C09FE8: hue angle of 267.12º degrees, saturation: 0.61, 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 #C09FE8 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 159 | 232 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.09 |
| HSL | 267.12º | 0.61% | 0.77% | - |
| HSV(B) | 267.12º | 0.31% | 0.91% | - |
| XYZ | 48.7 | 41.83 | 81.85 | - |
| YUV | 177.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 232 | 0.17 | 0.31 | 0 | 0.09 | 267.12 | 0.61 | 0.77 |
| Hex | C0 | 9F | E8 | 11 | 1F | 0 | 9 | 10B | 3D | 4D |
| Octal | 300 | 237 | 350 | 21 | 37 | 0 | 11 | 413 | 75 | 115 |
| Binary | 11000000 | 10011111 | 11101000 | 10001 | 11111 | 0 | 1001 | 100001011 | 111101 | 1001101 |
Color Harmonies of #C09FE8
Complementary color
Monochromatic Colors of #C09FE8
Black with #C09FE8
Text Example
Text Example
White with #C09FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FE8; }
p { color: rgb(192,159,232); }
H1.HeaderClassName
{
color: #C09FE8;
}
.AnyTagClassName
{
color: #C09FE8;
}
</style>
background-color css
<style>
a { background-color: #C09FE8; }
a { background-color: rgb(192,159,232); }
div.DivClassName
{
background-color: #C09FE8;
}
.BgClassName
{
background-color: #C09FE8;
}
</style>
border-color css
<style>
span { border-color: #C09FE8; }
span { border-color: rgb(192,159,232); }
td.TdClassName
{
border-color: #C09FE8;
}
.TagClassName
{
border-color: #C09FE8;
}
</style>