Shades of Perfume #C099E3
Tints of Perfume #C099E3
RGB
CMYK
RGB Variations
Color information
#C099E3 (or 0xC099E3) is known color: Perfume. HEX triplet: C0, 99 and E3. RGB value is (192,153,227). Sum of RGB (Red+Green+Blue) = 192+153+227=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #C099E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099E3 is #3F661C. Grayscale: #ACACAC. Windows color (decimal): -4154909 or 14916032. OLE color: 14916032.
HSL color Cylindrical-coordinate representation of color #C099E3: hue angle of 271.62º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C099E3 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 153 | 227 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.11 |
| HSL | 271.62º | 0.57% | 0.75% | - |
| HSV(B) | 271.62º | 0.33% | 0.89% | - |
| XYZ | 46.99 | 39.53 | 77.83 | - |
| YUV | 173.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 227 | 0.15 | 0.33 | 0 | 0.11 | 271.62 | 0.57 | 0.75 |
| Hex | C0 | 99 | E3 | F | 21 | 0 | B | 110 | 39 | 4B |
| Octal | 300 | 231 | 343 | 17 | 41 | 0 | 13 | 420 | 71 | 113 |
| Binary | 11000000 | 10011001 | 11100011 | 1111 | 100001 | 0 | 1011 | 100010000 | 111001 | 1001011 |
Color Harmonies of #C099E3
Complementary color
Monochromatic Colors of #C099E3
Black with #C099E3
Text Example
Text Example
White with #C099E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099E3; }
p { color: rgb(192,153,227); }
H1.HeaderClassName
{
color: #C099E3;
}
.AnyTagClassName
{
color: #C099E3;
}
</style>
background-color css
<style>
a { background-color: #C099E3; }
a { background-color: rgb(192,153,227); }
div.DivClassName
{
background-color: #C099E3;
}
.BgClassName
{
background-color: #C099E3;
}
</style>
border-color css
<style>
span { border-color: #C099E3; }
span { border-color: rgb(192,153,227); }
td.TdClassName
{
border-color: #C099E3;
}
.TagClassName
{
border-color: #C099E3;
}
</style>