Shades of Perfume #C2ABD1
Tints of Perfume #C2ABD1
RGB
CMYK
RGB Variations
Color information
#C2ABD1 (or 0xC2ABD1) is known color: Perfume. HEX triplet: C2, AB and D1. RGB value is (194,171,209). Sum of RGB (Red+Green+Blue) = 194+171+209=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2ABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABD1 is #3D542E. Grayscale: #B6B6B6. Windows color (decimal): -4019247 or 13740994. OLE color: 13740994.
HSL color Cylindrical-coordinate representation of color #C2ABD1: hue angle of 276.32º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ABD1 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 171 | 209 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.18 |
| HSL | 276.32º | 0.29% | 0.75% | - |
| HSV(B) | 276.32º | 0.18% | 0.82% | - |
| XYZ | 48.32 | 45.2 | 66.5 | - |
| YUV | 182.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 209 | 0.07 | 0.18 | 0 | 0.18 | 276.32 | 0.29 | 0.75 |
| Hex | C2 | AB | D1 | 7 | 12 | 0 | 12 | 114 | 1D | 4B |
| Octal | 302 | 253 | 321 | 7 | 22 | 0 | 22 | 424 | 35 | 113 |
| Binary | 11000010 | 10101011 | 11010001 | 111 | 10010 | 0 | 10010 | 100010100 | 11101 | 1001011 |
Color Harmonies of #C2ABD1
Complementary color
Monochromatic Colors of #C2ABD1
Black with #C2ABD1
Text Example
Text Example
White with #C2ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABD1; }
p { color: rgb(194,171,209); }
H1.HeaderClassName
{
color: #C2ABD1;
}
.AnyTagClassName
{
color: #C2ABD1;
}
</style>
background-color css
<style>
a { background-color: #C2ABD1; }
a { background-color: rgb(194,171,209); }
div.DivClassName
{
background-color: #C2ABD1;
}
.BgClassName
{
background-color: #C2ABD1;
}
</style>
border-color css
<style>
span { border-color: #C2ABD1; }
span { border-color: rgb(194,171,209); }
td.TdClassName
{
border-color: #C2ABD1;
}
.TagClassName
{
border-color: #C2ABD1;
}
</style>