Shades of Perfume #C2AAD1
Tints of Perfume #C2AAD1
RGB
CMYK
RGB Variations
Color information
#C2AAD1 (or 0xC2AAD1) is known color: Perfume. HEX triplet: C2, AA and D1. RGB value is (194,170,209). Sum of RGB (Red+Green+Blue) = 194+170+209=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAD1 is #3D552E. Grayscale: #B5B5B5. Windows color (decimal): -4019503 or 13740738. OLE color: 13740738.
HSL color Cylindrical-coordinate representation of color #C2AAD1: hue angle of 276.92º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2AAD1 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 170 | 209 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.18 |
| HSL | 276.92º | 0.3% | 0.74% | - |
| HSV(B) | 276.92º | 0.19% | 0.82% | - |
| XYZ | 48.13 | 44.82 | 66.44 | - |
| YUV | 181.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 209 | 0.07 | 0.19 | 0 | 0.18 | 276.92 | 0.3 | 0.74 |
| Hex | C2 | AA | D1 | 7 | 13 | 0 | 12 | 115 | 1E | 4A |
| Octal | 302 | 252 | 321 | 7 | 23 | 0 | 22 | 425 | 36 | 112 |
| Binary | 11000010 | 10101010 | 11010001 | 111 | 10011 | 0 | 10010 | 100010101 | 11110 | 1001010 |
Color Harmonies of #C2AAD1
Complementary color
Monochromatic Colors of #C2AAD1
Black with #C2AAD1
Text Example
Text Example
White with #C2AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAD1; }
p { color: rgb(194,170,209); }
H1.HeaderClassName
{
color: #C2AAD1;
}
.AnyTagClassName
{
color: #C2AAD1;
}
</style>
background-color css
<style>
a { background-color: #C2AAD1; }
a { background-color: rgb(194,170,209); }
div.DivClassName
{
background-color: #C2AAD1;
}
.BgClassName
{
background-color: #C2AAD1;
}
</style>
border-color css
<style>
span { border-color: #C2AAD1; }
span { border-color: rgb(194,170,209); }
td.TdClassName
{
border-color: #C2AAD1;
}
.TagClassName
{
border-color: #C2AAD1;
}
</style>