Shades of Perfume #C099FB
Tints of Perfume #C099FB
RGB
CMYK
RGB Variations
Color information
#C099FB (or 0xC099FB) is known color: Perfume. HEX triplet: C0, 99 and FB. RGB value is (192,153,251). Sum of RGB (Red+Green+Blue) = 192+153+251=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C099FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C099FB is #3F6604. Grayscale: #AFAFAF. Windows color (decimal): -4154885 or 16488896. OLE color: 16488896.
HSL color Cylindrical-coordinate representation of color #C099FB: hue angle of 263.88º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C099FB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 153 | 251 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.02 |
| HSL | 263.88º | 0.92% | 0.79% | - |
| HSV(B) | 263.88º | 0.39% | 0.98% | - |
| XYZ | 50.54 | 40.95 | 96.51 | - |
| YUV | 175.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 251 | 0.24 | 0.39 | 0 | 0.02 | 263.88 | 0.92 | 0.79 |
| Hex | C0 | 99 | FB | 18 | 27 | 0 | 2 | 108 | 5C | 4F |
| Octal | 300 | 231 | 373 | 30 | 47 | 0 | 2 | 410 | 134 | 117 |
| Binary | 11000000 | 10011001 | 11111011 | 11000 | 100111 | 0 | 10 | 100001000 | 1011100 | 1001111 |
Color Harmonies of #C099FB
Complementary color
Monochromatic Colors of #C099FB
Black with #C099FB
Text Example
Text Example
White with #C099FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099FB; }
p { color: rgb(192,153,251); }
H1.HeaderClassName
{
color: #C099FB;
}
.AnyTagClassName
{
color: #C099FB;
}
</style>
background-color css
<style>
a { background-color: #C099FB; }
a { background-color: rgb(192,153,251); }
div.DivClassName
{
background-color: #C099FB;
}
.BgClassName
{
background-color: #C099FB;
}
</style>
border-color css
<style>
span { border-color: #C099FB; }
span { border-color: rgb(192,153,251); }
td.TdClassName
{
border-color: #C099FB;
}
.TagClassName
{
border-color: #C099FB;
}
</style>