Shades of Perfume #C099E7
Tints of Perfume #C099E7
RGB
CMYK
RGB Variations
Color information
#C099E7 (or 0xC099E7) is known color: Perfume. HEX triplet: C0, 99 and E7. RGB value is (192,153,231). Sum of RGB (Red+Green+Blue) = 192+153+231=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #C099E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C099E7 is #3F6618. Grayscale: #ADADAD. Windows color (decimal): -4154905 or 15178176. OLE color: 15178176.
HSL color Cylindrical-coordinate representation of color #C099E7: hue angle of 270º degrees, saturation: 0.62, 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 #C099E7 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 153 | 231 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.09 |
| HSL | 270º | 0.62% | 0.75% | - |
| HSV(B) | 270º | 0.34% | 0.91% | - |
| XYZ | 47.55 | 39.76 | 80.77 | - |
| YUV | 173.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 231 | 0.17 | 0.34 | 0 | 0.09 | 270 | 0.62 | 0.75 |
| Hex | C0 | 99 | E7 | 11 | 22 | 0 | 9 | 10E | 3E | 4B |
| Octal | 300 | 231 | 347 | 21 | 42 | 0 | 11 | 416 | 76 | 113 |
| Binary | 11000000 | 10011001 | 11100111 | 10001 | 100010 | 0 | 1001 | 100001110 | 111110 | 1001011 |
Color Harmonies of #C099E7
Complementary color
Monochromatic Colors of #C099E7
Black with #C099E7
Text Example
Text Example
White with #C099E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099E7; }
p { color: rgb(192,153,231); }
H1.HeaderClassName
{
color: #C099E7;
}
.AnyTagClassName
{
color: #C099E7;
}
</style>
background-color css
<style>
a { background-color: #C099E7; }
a { background-color: rgb(192,153,231); }
div.DivClassName
{
background-color: #C099E7;
}
.BgClassName
{
background-color: #C099E7;
}
</style>
border-color css
<style>
span { border-color: #C099E7; }
span { border-color: rgb(192,153,231); }
td.TdClassName
{
border-color: #C099E7;
}
.TagClassName
{
border-color: #C099E7;
}
</style>