Shades of Perfume #C098E8
Tints of Perfume #C098E8
RGB
CMYK
RGB Variations
Color information
#C098E8 (or 0xC098E8) is known color: Perfume. HEX triplet: C0, 98 and E8. RGB value is (192,152,232). Sum of RGB (Red+Green+Blue) = 192+152+232=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #C098E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098E8 is #3F6717. Grayscale: #ACACAC. Windows color (decimal): -4155160 or 15243456. OLE color: 15243456.
HSL color Cylindrical-coordinate representation of color #C098E8: hue angle of 270º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C098E8 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 152 | 232 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.09 |
| HSL | 270º | 0.63% | 0.75% | - |
| HSV(B) | 270º | 0.34% | 0.91% | - |
| XYZ | 47.53 | 39.49 | 81.46 | - |
| YUV | 173.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 232 | 0.17 | 0.34 | 0 | 0.09 | 270 | 0.63 | 0.75 |
| Hex | C0 | 98 | E8 | 11 | 22 | 0 | 9 | 10E | 3F | 4B |
| Octal | 300 | 230 | 350 | 21 | 42 | 0 | 11 | 416 | 77 | 113 |
| Binary | 11000000 | 10011000 | 11101000 | 10001 | 100010 | 0 | 1001 | 100001110 | 111111 | 1001011 |
Color Harmonies of #C098E8
Complementary color
Monochromatic Colors of #C098E8
Black with #C098E8
Text Example
Text Example
White with #C098E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098E8; }
p { color: rgb(192,152,232); }
H1.HeaderClassName
{
color: #C098E8;
}
.AnyTagClassName
{
color: #C098E8;
}
</style>
background-color css
<style>
a { background-color: #C098E8; }
a { background-color: rgb(192,152,232); }
div.DivClassName
{
background-color: #C098E8;
}
.BgClassName
{
background-color: #C098E8;
}
</style>
border-color css
<style>
span { border-color: #C098E8; }
span { border-color: rgb(192,152,232); }
td.TdClassName
{
border-color: #C098E8;
}
.TagClassName
{
border-color: #C098E8;
}
</style>