Shades of Perfume #C2ABE1
Tints of Perfume #C2ABE1
RGB
CMYK
RGB Variations
Color information
#C2ABE1 (or 0xC2ABE1) is known color: Perfume. HEX triplet: C2, AB and E1. RGB value is (194,171,225). Sum of RGB (Red+Green+Blue) = 194+171+225=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABE1 is #3D541E. Grayscale: #B7B7B7. Windows color (decimal): -4019231 or 14789570. OLE color: 14789570.
HSL color Cylindrical-coordinate representation of color #C2ABE1: hue angle of 265.56º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2ABE1 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 171 | 225 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.12 |
| HSL | 265.56º | 0.47% | 0.78% | - |
| HSV(B) | 265.56º | 0.24% | 0.88% | - |
| XYZ | 50.4 | 46.03 | 77.46 | - |
| YUV | 184.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 225 | 0.14 | 0.24 | 0 | 0.12 | 265.56 | 0.47 | 0.78 |
| Hex | C2 | AB | E1 | E | 18 | 0 | C | 10A | 2F | 4E |
| Octal | 302 | 253 | 341 | 16 | 30 | 0 | 14 | 412 | 57 | 116 |
| Binary | 11000010 | 10101011 | 11100001 | 1110 | 11000 | 0 | 1100 | 100001010 | 101111 | 1001110 |
Color Harmonies of #C2ABE1
Complementary color
Monochromatic Colors of #C2ABE1
Black with #C2ABE1
Text Example
Text Example
White with #C2ABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABE1; }
p { color: rgb(194,171,225); }
H1.HeaderClassName
{
color: #C2ABE1;
}
.AnyTagClassName
{
color: #C2ABE1;
}
</style>
background-color css
<style>
a { background-color: #C2ABE1; }
a { background-color: rgb(194,171,225); }
div.DivClassName
{
background-color: #C2ABE1;
}
.BgClassName
{
background-color: #C2ABE1;
}
</style>
border-color css
<style>
span { border-color: #C2ABE1; }
span { border-color: rgb(194,171,225); }
td.TdClassName
{
border-color: #C2ABE1;
}
.TagClassName
{
border-color: #C2ABE1;
}
</style>