Shades of Perfume #C09FEB
Tints of Perfume #C09FEB
RGB
CMYK
RGB Variations
Color information
#C09FEB (or 0xC09FEB) is known color: Perfume. HEX triplet: C0, 9F and EB. RGB value is (192,159,235). Sum of RGB (Red+Green+Blue) = 192+159+235=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #C09FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FEB is #3F6014. Grayscale: #B1B1B1. Windows color (decimal): -4153365 or 15441856. OLE color: 15441856.
HSL color Cylindrical-coordinate representation of color #C09FEB: hue angle of 266.05º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09FEB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 159 | 235 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.08 |
| HSL | 266.05º | 0.66% | 0.77% | - |
| HSV(B) | 266.05º | 0.32% | 0.92% | - |
| XYZ | 49.13 | 42 | 84.11 | - |
| YUV | 177.53 | 160.43 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 235 | 0.18 | 0.32 | 0 | 0.08 | 266.05 | 0.66 | 0.77 |
| Hex | C0 | 9F | EB | 12 | 20 | 0 | 8 | 10A | 42 | 4D |
| Octal | 300 | 237 | 353 | 22 | 40 | 0 | 10 | 412 | 102 | 115 |
| Binary | 11000000 | 10011111 | 11101011 | 10010 | 100000 | 0 | 1000 | 100001010 | 1000010 | 1001101 |
Color Harmonies of #C09FEB
Complementary color
Monochromatic Colors of #C09FEB
Black with #C09FEB
Text Example
Text Example
White with #C09FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FEB; }
p { color: rgb(192,159,235); }
H1.HeaderClassName
{
color: #C09FEB;
}
.AnyTagClassName
{
color: #C09FEB;
}
</style>
background-color css
<style>
a { background-color: #C09FEB; }
a { background-color: rgb(192,159,235); }
div.DivClassName
{
background-color: #C09FEB;
}
.BgClassName
{
background-color: #C09FEB;
}
</style>
border-color css
<style>
span { border-color: #C09FEB; }
span { border-color: rgb(192,159,235); }
td.TdClassName
{
border-color: #C09FEB;
}
.TagClassName
{
border-color: #C09FEB;
}
</style>