Shades of Perfume #C5ABEA
Tints of Perfume #C5ABEA
RGB
CMYK
RGB Variations
Color information
#C5ABEA (or 0xC5ABEA) is known color: Perfume. HEX triplet: C5, AB and EA. RGB value is (197,171,234). Sum of RGB (Red+Green+Blue) = 197+171+234=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABEA is #3A5415. Grayscale: #B9B9B9. Windows color (decimal): -3822614 or 15379397. OLE color: 15379397.
HSL color Cylindrical-coordinate representation of color #C5ABEA: hue angle of 264.76º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5ABEA is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 171 | 234 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.08 |
| HSL | 264.76º | 0.6% | 0.79% | - |
| HSV(B) | 264.76º | 0.27% | 0.92% | - |
| XYZ | 52.44 | 46.94 | 84.14 | - |
| YUV | 185.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 234 | 0.16 | 0.27 | 0 | 0.08 | 264.76 | 0.6 | 0.79 |
| Hex | C5 | AB | EA | 10 | 1B | 0 | 8 | 109 | 3C | 4F |
| Octal | 305 | 253 | 352 | 20 | 33 | 0 | 10 | 411 | 74 | 117 |
| Binary | 11000101 | 10101011 | 11101010 | 10000 | 11011 | 0 | 1000 | 100001001 | 111100 | 1001111 |
Color Harmonies of #C5ABEA
Complementary color
Monochromatic Colors of #C5ABEA
Black with #C5ABEA
Text Example
Text Example
White with #C5ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABEA; }
p { color: rgb(197,171,234); }
H1.HeaderClassName
{
color: #C5ABEA;
}
.AnyTagClassName
{
color: #C5ABEA;
}
</style>
background-color css
<style>
a { background-color: #C5ABEA; }
a { background-color: rgb(197,171,234); }
div.DivClassName
{
background-color: #C5ABEA;
}
.BgClassName
{
background-color: #C5ABEA;
}
</style>
border-color css
<style>
span { border-color: #C5ABEA; }
span { border-color: rgb(197,171,234); }
td.TdClassName
{
border-color: #C5ABEA;
}
.TagClassName
{
border-color: #C5ABEA;
}
</style>