Shades of Perfume #C49CEB
Tints of Perfume #C49CEB
RGB
CMYK
RGB Variations
Color information
#C49CEB (or 0xC49CEB) is known color: Perfume. HEX triplet: C4, 9C and EB. RGB value is (196,156,235). Sum of RGB (Red+Green+Blue) = 196+156+235=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #C49CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CEB is #3B6314. Grayscale: #B0B0B0. Windows color (decimal): -3891989 or 15441092. OLE color: 15441092.
HSL color Cylindrical-coordinate representation of color #C49CEB: hue angle of 270.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49CEB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 156 | 235 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.08 |
| HSL | 270.38º | 0.66% | 0.77% | - |
| HSV(B) | 270.38º | 0.34% | 0.92% | - |
| XYZ | 49.65 | 41.51 | 83.99 | - |
| YUV | 176.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 235 | 0.17 | 0.34 | 0 | 0.08 | 270.38 | 0.66 | 0.77 |
| Hex | C4 | 9C | EB | 11 | 22 | 0 | 8 | 10E | 42 | 4D |
| Octal | 304 | 234 | 353 | 21 | 42 | 0 | 10 | 416 | 102 | 115 |
| Binary | 11000100 | 10011100 | 11101011 | 10001 | 100010 | 0 | 1000 | 100001110 | 1000010 | 1001101 |
Color Harmonies of #C49CEB
Complementary color
Monochromatic Colors of #C49CEB
Black with #C49CEB
Text Example
Text Example
White with #C49CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49CEB; }
p { color: rgb(196,156,235); }
H1.HeaderClassName
{
color: #C49CEB;
}
.AnyTagClassName
{
color: #C49CEB;
}
</style>
background-color css
<style>
a { background-color: #C49CEB; }
a { background-color: rgb(196,156,235); }
div.DivClassName
{
background-color: #C49CEB;
}
.BgClassName
{
background-color: #C49CEB;
}
</style>
border-color css
<style>
span { border-color: #C49CEB; }
span { border-color: rgb(196,156,235); }
td.TdClassName
{
border-color: #C49CEB;
}
.TagClassName
{
border-color: #C49CEB;
}
</style>