Shades of Perfume #C099EB
Tints of Perfume #C099EB
RGB
CMYK
RGB Variations
Color information
#C099EB (or 0xC099EB) is known color: Perfume. HEX triplet: C0, 99 and EB. RGB value is (192,153,235). Sum of RGB (Red+Green+Blue) = 192+153+235=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #C099EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C099EB is #3F6614. Grayscale: #ADADAD. Windows color (decimal): -4154901 or 15440320. OLE color: 15440320.
HSL color Cylindrical-coordinate representation of color #C099EB: hue angle of 268.54º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C099EB is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 153 | 235 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.08 |
| HSL | 268.54º | 0.67% | 0.76% | - |
| HSV(B) | 268.54º | 0.35% | 0.92% | - |
| XYZ | 48.12 | 39.99 | 83.78 | - |
| YUV | 174.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 235 | 0.18 | 0.35 | 0 | 0.08 | 268.54 | 0.67 | 0.76 |
| Hex | C0 | 99 | EB | 12 | 23 | 0 | 8 | 10D | 43 | 4C |
| Octal | 300 | 231 | 353 | 22 | 43 | 0 | 10 | 415 | 103 | 114 |
| Binary | 11000000 | 10011001 | 11101011 | 10010 | 100011 | 0 | 1000 | 100001101 | 1000011 | 1001100 |
Color Harmonies of #C099EB
Complementary color
Monochromatic Colors of #C099EB
Black with #C099EB
Text Example
Text Example
White with #C099EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099EB; }
p { color: rgb(192,153,235); }
H1.HeaderClassName
{
color: #C099EB;
}
.AnyTagClassName
{
color: #C099EB;
}
</style>
background-color css
<style>
a { background-color: #C099EB; }
a { background-color: rgb(192,153,235); }
div.DivClassName
{
background-color: #C099EB;
}
.BgClassName
{
background-color: #C099EB;
}
</style>
border-color css
<style>
span { border-color: #C099EB; }
span { border-color: rgb(192,153,235); }
td.TdClassName
{
border-color: #C099EB;
}
.TagClassName
{
border-color: #C099EB;
}
</style>