Shades of Perfume #C09FE6
Tints of Perfume #C09FE6
RGB
CMYK
RGB Variations
Color information
#C09FE6 (or 0xC09FE6) is known color: Perfume. HEX triplet: C0, 9F and E6. RGB value is (192,159,230). Sum of RGB (Red+Green+Blue) = 192+159+230=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #C09FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FE6 is #3F6019. Grayscale: #B0B0B0. Windows color (decimal): -4153370 or 15114176. OLE color: 15114176.
HSL color Cylindrical-coordinate representation of color #C09FE6: hue angle of 267.89º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09FE6 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 159 | 230 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.10 |
| HSL | 267.89º | 0.59% | 0.76% | - |
| HSV(B) | 267.89º | 0.31% | 0.9% | - |
| XYZ | 48.42 | 41.72 | 80.36 | - |
| YUV | 176.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 230 | 0.17 | 0.31 | 0 | 0.10 | 267.89 | 0.59 | 0.76 |
| Hex | C0 | 9F | E6 | 11 | 1F | 0 | A | 10C | 3B | 4C |
| Octal | 300 | 237 | 346 | 21 | 37 | 0 | 12 | 414 | 73 | 114 |
| Binary | 11000000 | 10011111 | 11100110 | 10001 | 11111 | 0 | 1010 | 100001100 | 111011 | 1001100 |
Color Harmonies of #C09FE6
Complementary color
Monochromatic Colors of #C09FE6
Black with #C09FE6
Text Example
Text Example
White with #C09FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FE6; }
p { color: rgb(192,159,230); }
H1.HeaderClassName
{
color: #C09FE6;
}
.AnyTagClassName
{
color: #C09FE6;
}
</style>
background-color css
<style>
a { background-color: #C09FE6; }
a { background-color: rgb(192,159,230); }
div.DivClassName
{
background-color: #C09FE6;
}
.BgClassName
{
background-color: #C09FE6;
}
</style>
border-color css
<style>
span { border-color: #C09FE6; }
span { border-color: rgb(192,159,230); }
td.TdClassName
{
border-color: #C09FE6;
}
.TagClassName
{
border-color: #C09FE6;
}
</style>