Shades of Perfume #C099F3
Tints of Perfume #C099F3
RGB
CMYK
RGB Variations
Color information
#C099F3 (or 0xC099F3) is known color: Perfume. HEX triplet: C0, 99 and F3. RGB value is (192,153,243). Sum of RGB (Red+Green+Blue) = 192+153+243=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #C099F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C099F3 is #3F660C. Grayscale: #AEAEAE. Windows color (decimal): -4154893 or 15964608. OLE color: 15964608.
HSL color Cylindrical-coordinate representation of color #C099F3: hue angle of 266º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C099F3 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 153 | 243 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.05 |
| HSL | 266º | 0.79% | 0.78% | - |
| HSV(B) | 266º | 0.37% | 0.95% | - |
| XYZ | 49.31 | 40.46 | 90 | - |
| YUV | 174.92 | 166.42 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 243 | 0.21 | 0.37 | 0 | 0.05 | 266 | 0.79 | 0.78 |
| Hex | C0 | 99 | F3 | 15 | 25 | 0 | 5 | 10A | 4F | 4E |
| Octal | 300 | 231 | 363 | 25 | 45 | 0 | 5 | 412 | 117 | 116 |
| Binary | 11000000 | 10011001 | 11110011 | 10101 | 100101 | 0 | 101 | 100001010 | 1001111 | 1001110 |
Color Harmonies of #C099F3
Complementary color
Monochromatic Colors of #C099F3
Black with #C099F3
Text Example
Text Example
White with #C099F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099F3; }
p { color: rgb(192,153,243); }
H1.HeaderClassName
{
color: #C099F3;
}
.AnyTagClassName
{
color: #C099F3;
}
</style>
background-color css
<style>
a { background-color: #C099F3; }
a { background-color: rgb(192,153,243); }
div.DivClassName
{
background-color: #C099F3;
}
.BgClassName
{
background-color: #C099F3;
}
</style>
border-color css
<style>
span { border-color: #C099F3; }
span { border-color: rgb(192,153,243); }
td.TdClassName
{
border-color: #C099F3;
}
.TagClassName
{
border-color: #C099F3;
}
</style>