Shades of Perfume #C2A0DC
Tints of Perfume #C2A0DC
RGB
CMYK
RGB Variations
Color information
#C2A0DC (or 0xC2A0DC) is known color: Perfume. HEX triplet: C2, A0 and DC. RGB value is (194,160,220). Sum of RGB (Red+Green+Blue) = 194+160+220=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0DC is #3D5F23. Grayscale: #B0B0B0. Windows color (decimal): -4022052 or 14459074. OLE color: 14459074.
HSL color Cylindrical-coordinate representation of color #C2A0DC: hue angle of 274º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2A0DC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 160 | 220 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.14 |
| HSL | 274º | 0.46% | 0.75% | - |
| HSV(B) | 274º | 0.27% | 0.86% | - |
| XYZ | 47.74 | 41.78 | 73.26 | - |
| YUV | 177.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 220 | 0.12 | 0.27 | 0 | 0.14 | 274 | 0.46 | 0.75 |
| Hex | C2 | A0 | DC | C | 1B | 0 | E | 112 | 2E | 4B |
| Octal | 302 | 240 | 334 | 14 | 33 | 0 | 16 | 422 | 56 | 113 |
| Binary | 11000010 | 10100000 | 11011100 | 1100 | 11011 | 0 | 1110 | 100010010 | 101110 | 1001011 |
Color Harmonies of #C2A0DC
Complementary color
Monochromatic Colors of #C2A0DC
Black with #C2A0DC
Text Example
Text Example
White with #C2A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0DC; }
p { color: rgb(194,160,220); }
H1.HeaderClassName
{
color: #C2A0DC;
}
.AnyTagClassName
{
color: #C2A0DC;
}
</style>
background-color css
<style>
a { background-color: #C2A0DC; }
a { background-color: rgb(194,160,220); }
div.DivClassName
{
background-color: #C2A0DC;
}
.BgClassName
{
background-color: #C2A0DC;
}
</style>
border-color css
<style>
span { border-color: #C2A0DC; }
span { border-color: rgb(194,160,220); }
td.TdClassName
{
border-color: #C2A0DC;
}
.TagClassName
{
border-color: #C2A0DC;
}
</style>