Shades of Perfume #C59CEB
Tints of Perfume #C59CEB
RGB
CMYK
RGB Variations
Color information
#C59CEB (or 0xC59CEB) is known color: Perfume. HEX triplet: C5, 9C and EB. RGB value is (197,156,235). Sum of RGB (Red+Green+Blue) = 197+156+235=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #C59CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59CEB is #3A6314. Grayscale: #B0B0B0. Windows color (decimal): -3826453 or 15441093. OLE color: 15441093.
HSL color Cylindrical-coordinate representation of color #C59CEB: hue angle of 271.14º 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 #C59CEB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 156 | 235 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.08 |
| HSL | 271.14º | 0.66% | 0.77% | - |
| HSV(B) | 271.14º | 0.34% | 0.92% | - |
| XYZ | 49.91 | 41.65 | 84.01 | - |
| YUV | 177.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 156 | 235 | 0.16 | 0.34 | 0 | 0.08 | 271.14 | 0.66 | 0.77 |
| Hex | C5 | 9C | EB | 10 | 22 | 0 | 8 | 10F | 42 | 4D |
| Octal | 305 | 234 | 353 | 20 | 42 | 0 | 10 | 417 | 102 | 115 |
| Binary | 11000101 | 10011100 | 11101011 | 10000 | 100010 | 0 | 1000 | 100001111 | 1000010 | 1001101 |
Color Harmonies of #C59CEB
Complementary color
Monochromatic Colors of #C59CEB
Black with #C59CEB
Text Example
Text Example
White with #C59CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59CEB; }
p { color: rgb(197,156,235); }
H1.HeaderClassName
{
color: #C59CEB;
}
.AnyTagClassName
{
color: #C59CEB;
}
</style>
background-color css
<style>
a { background-color: #C59CEB; }
a { background-color: rgb(197,156,235); }
div.DivClassName
{
background-color: #C59CEB;
}
.BgClassName
{
background-color: #C59CEB;
}
</style>
border-color css
<style>
span { border-color: #C59CEB; }
span { border-color: rgb(197,156,235); }
td.TdClassName
{
border-color: #C59CEB;
}
.TagClassName
{
border-color: #C59CEB;
}
</style>