Shades of Perfume #C49FE8
Tints of Perfume #C49FE8
RGB
CMYK
RGB Variations
Color information
#C49FE8 (or 0xC49FE8) is known color: Perfume. HEX triplet: C4, 9F and E8. RGB value is (196,159,232). Sum of RGB (Red+Green+Blue) = 196+159+232=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #C49FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FE8 is #3B6017. Grayscale: #B2B2B2. Windows color (decimal): -3891224 or 15245252. OLE color: 15245252.
HSL color Cylindrical-coordinate representation of color #C49FE8: hue angle of 270.41º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C49FE8 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 159 | 232 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.09 |
| HSL | 270.41º | 0.61% | 0.77% | - |
| HSV(B) | 270.41º | 0.31% | 0.91% | - |
| XYZ | 49.73 | 42.36 | 81.9 | - |
| YUV | 178.39 | 158.26 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 232 | 0.16 | 0.31 | 0 | 0.09 | 270.41 | 0.61 | 0.77 |
| Hex | C4 | 9F | E8 | 10 | 1F | 0 | 9 | 10E | 3D | 4D |
| Octal | 304 | 237 | 350 | 20 | 37 | 0 | 11 | 416 | 75 | 115 |
| Binary | 11000100 | 10011111 | 11101000 | 10000 | 11111 | 0 | 1001 | 100001110 | 111101 | 1001101 |
Color Harmonies of #C49FE8
Complementary color
Monochromatic Colors of #C49FE8
Black with #C49FE8
Text Example
Text Example
White with #C49FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FE8; }
p { color: rgb(196,159,232); }
H1.HeaderClassName
{
color: #C49FE8;
}
.AnyTagClassName
{
color: #C49FE8;
}
</style>
background-color css
<style>
a { background-color: #C49FE8; }
a { background-color: rgb(196,159,232); }
div.DivClassName
{
background-color: #C49FE8;
}
.BgClassName
{
background-color: #C49FE8;
}
</style>
border-color css
<style>
span { border-color: #C49FE8; }
span { border-color: rgb(196,159,232); }
td.TdClassName
{
border-color: #C49FE8;
}
.TagClassName
{
border-color: #C49FE8;
}
</style>