Shades of Perfume #C098F2
Tints of Perfume #C098F2
RGB
CMYK
RGB Variations
Color information
#C098F2 (or 0xC098F2) is known color: Perfume. HEX triplet: C0, 98 and F2. RGB value is (192,152,242). Sum of RGB (Red+Green+Blue) = 192+152+242=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #C098F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098F2 is #3F670D. Grayscale: #ADADAD. Windows color (decimal): -4155150 or 15898816. OLE color: 15898816.
HSL color Cylindrical-coordinate representation of color #C098F2: hue angle of 266.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C098F2 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 152 | 242 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.05 |
| HSL | 266.67º | 0.78% | 0.77% | - |
| HSV(B) | 266.67º | 0.37% | 0.95% | - |
| XYZ | 48.99 | 40.07 | 89.16 | - |
| YUV | 174.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 242 | 0.21 | 0.37 | 0 | 0.05 | 266.67 | 0.78 | 0.77 |
| Hex | C0 | 98 | F2 | 15 | 25 | 0 | 5 | 10B | 4E | 4D |
| Octal | 300 | 230 | 362 | 25 | 45 | 0 | 5 | 413 | 116 | 115 |
| Binary | 11000000 | 10011000 | 11110010 | 10101 | 100101 | 0 | 101 | 100001011 | 1001110 | 1001101 |
Color Harmonies of #C098F2
Complementary color
Monochromatic Colors of #C098F2
Black with #C098F2
Text Example
Text Example
White with #C098F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098F2; }
p { color: rgb(192,152,242); }
H1.HeaderClassName
{
color: #C098F2;
}
.AnyTagClassName
{
color: #C098F2;
}
</style>
background-color css
<style>
a { background-color: #C098F2; }
a { background-color: rgb(192,152,242); }
div.DivClassName
{
background-color: #C098F2;
}
.BgClassName
{
background-color: #C098F2;
}
</style>
border-color css
<style>
span { border-color: #C098F2; }
span { border-color: rgb(192,152,242); }
td.TdClassName
{
border-color: #C098F2;
}
.TagClassName
{
border-color: #C098F2;
}
</style>