Shades of Perfume #C2ABE0
Tints of Perfume #C2ABE0
RGB
CMYK
RGB Variations
Color information
#C2ABE0 (or 0xC2ABE0) is known color: Perfume. HEX triplet: C2, AB and E0. RGB value is (194,171,224). Sum of RGB (Red+Green+Blue) = 194+171+224=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABE0 is #3D541F. Grayscale: #B7B7B7. Windows color (decimal): -4019232 or 14724034. OLE color: 14724034.
HSL color Cylindrical-coordinate representation of color #C2ABE0: hue angle of 266.04º 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 #C2ABE0 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 171 | 224 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.12 |
| HSL | 266.04º | 0.46% | 0.77% | - |
| HSV(B) | 266.04º | 0.24% | 0.88% | - |
| XYZ | 50.27 | 45.98 | 76.75 | - |
| YUV | 183.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 224 | 0.13 | 0.24 | 0 | 0.12 | 266.04 | 0.46 | 0.77 |
| Hex | C2 | AB | E0 | D | 18 | 0 | C | 10A | 2E | 4D |
| Octal | 302 | 253 | 340 | 15 | 30 | 0 | 14 | 412 | 56 | 115 |
| Binary | 11000010 | 10101011 | 11100000 | 1101 | 11000 | 0 | 1100 | 100001010 | 101110 | 1001101 |
Color Harmonies of #C2ABE0
Complementary color
Monochromatic Colors of #C2ABE0
Black with #C2ABE0
Text Example
Text Example
White with #C2ABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABE0; }
p { color: rgb(194,171,224); }
H1.HeaderClassName
{
color: #C2ABE0;
}
.AnyTagClassName
{
color: #C2ABE0;
}
</style>
background-color css
<style>
a { background-color: #C2ABE0; }
a { background-color: rgb(194,171,224); }
div.DivClassName
{
background-color: #C2ABE0;
}
.BgClassName
{
background-color: #C2ABE0;
}
</style>
border-color css
<style>
span { border-color: #C2ABE0; }
span { border-color: rgb(194,171,224); }
td.TdClassName
{
border-color: #C2ABE0;
}
.TagClassName
{
border-color: #C2ABE0;
}
</style>