Shades of Perfume #C099EA
Tints of Perfume #C099EA
RGB
CMYK
RGB Variations
Color information
#C099EA (or 0xC099EA) is known color: Perfume. HEX triplet: C0, 99 and EA. RGB value is (192,153,234). Sum of RGB (Red+Green+Blue) = 192+153+234=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #C099EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C099EA is #3F6615. Grayscale: #ADADAD. Windows color (decimal): -4154902 or 15374784. OLE color: 15374784.
HSL color Cylindrical-coordinate representation of color #C099EA: hue angle of 268.89º degrees, saturation: 0.66, 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 #C099EA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 153 | 234 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.08 |
| HSL | 268.89º | 0.66% | 0.76% | - |
| HSV(B) | 268.89º | 0.35% | 0.92% | - |
| XYZ | 47.98 | 39.93 | 83.02 | - |
| YUV | 173.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 234 | 0.18 | 0.35 | 0 | 0.08 | 268.89 | 0.66 | 0.76 |
| Hex | C0 | 99 | EA | 12 | 23 | 0 | 8 | 10D | 42 | 4C |
| Octal | 300 | 231 | 352 | 22 | 43 | 0 | 10 | 415 | 102 | 114 |
| Binary | 11000000 | 10011001 | 11101010 | 10010 | 100011 | 0 | 1000 | 100001101 | 1000010 | 1001100 |
Color Harmonies of #C099EA
Complementary color
Monochromatic Colors of #C099EA
Black with #C099EA
Text Example
Text Example
White with #C099EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099EA; }
p { color: rgb(192,153,234); }
H1.HeaderClassName
{
color: #C099EA;
}
.AnyTagClassName
{
color: #C099EA;
}
</style>
background-color css
<style>
a { background-color: #C099EA; }
a { background-color: rgb(192,153,234); }
div.DivClassName
{
background-color: #C099EA;
}
.BgClassName
{
background-color: #C099EA;
}
</style>
border-color css
<style>
span { border-color: #C099EA; }
span { border-color: rgb(192,153,234); }
td.TdClassName
{
border-color: #C099EA;
}
.TagClassName
{
border-color: #C099EA;
}
</style>