Shades of Perfume #C5ABE0
Tints of Perfume #C5ABE0
RGB
CMYK
RGB Variations
Color information
#C5ABE0 (or 0xC5ABE0) is known color: Perfume. HEX triplet: C5, AB and E0. RGB value is (197,171,224). Sum of RGB (Red+Green+Blue) = 197+171+224=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABE0 is #3A541F. Grayscale: #B8B8B8. Windows color (decimal): -3822624 or 14724037. OLE color: 14724037.
HSL color Cylindrical-coordinate representation of color #C5ABE0: hue angle of 269.43º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5ABE0 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 171 | 224 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.12 |
| HSL | 269.43º | 0.46% | 0.77% | - |
| HSV(B) | 269.43º | 0.24% | 0.88% | - |
| XYZ | 51.04 | 46.38 | 76.78 | - |
| YUV | 184.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 224 | 0.12 | 0.24 | 0 | 0.12 | 269.43 | 0.46 | 0.77 |
| Hex | C5 | AB | E0 | C | 18 | 0 | C | 10D | 2E | 4D |
| Octal | 305 | 253 | 340 | 14 | 30 | 0 | 14 | 415 | 56 | 115 |
| Binary | 11000101 | 10101011 | 11100000 | 1100 | 11000 | 0 | 1100 | 100001101 | 101110 | 1001101 |
Color Harmonies of #C5ABE0
Complementary color
Monochromatic Colors of #C5ABE0
Black with #C5ABE0
Text Example
Text Example
White with #C5ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABE0; }
p { color: rgb(197,171,224); }
H1.HeaderClassName
{
color: #C5ABE0;
}
.AnyTagClassName
{
color: #C5ABE0;
}
</style>
background-color css
<style>
a { background-color: #C5ABE0; }
a { background-color: rgb(197,171,224); }
div.DivClassName
{
background-color: #C5ABE0;
}
.BgClassName
{
background-color: #C5ABE0;
}
</style>
border-color css
<style>
span { border-color: #C5ABE0; }
span { border-color: rgb(197,171,224); }
td.TdClassName
{
border-color: #C5ABE0;
}
.TagClassName
{
border-color: #C5ABE0;
}
</style>