Shades of Perfume #C2A0E1
Tints of Perfume #C2A0E1
RGB
CMYK
RGB Variations
Color information
#C2A0E1 (or 0xC2A0E1) is known color: Perfume. HEX triplet: C2, A0 and E1. RGB value is (194,160,225). Sum of RGB (Red+Green+Blue) = 194+160+225=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2A0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0E1 is #3D5F1E. Grayscale: #B1B1B1. Windows color (decimal): -4022047 or 14786754. OLE color: 14786754.
HSL color Cylindrical-coordinate representation of color #C2A0E1: hue angle of 271.38º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A0E1 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 160 | 225 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.12 |
| HSL | 271.38º | 0.52% | 0.75% | - |
| HSV(B) | 271.38º | 0.29% | 0.88% | - |
| XYZ | 48.41 | 42.05 | 76.8 | - |
| YUV | 177.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 225 | 0.14 | 0.29 | 0 | 0.12 | 271.38 | 0.52 | 0.75 |
| Hex | C2 | A0 | E1 | E | 1D | 0 | C | 10F | 34 | 4B |
| Octal | 302 | 240 | 341 | 16 | 35 | 0 | 14 | 417 | 64 | 113 |
| Binary | 11000010 | 10100000 | 11100001 | 1110 | 11101 | 0 | 1100 | 100001111 | 110100 | 1001011 |
Color Harmonies of #C2A0E1
Complementary color
Monochromatic Colors of #C2A0E1
Black with #C2A0E1
Text Example
Text Example
White with #C2A0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A0E1; }
p { color: rgb(194,160,225); }
H1.HeaderClassName
{
color: #C2A0E1;
}
.AnyTagClassName
{
color: #C2A0E1;
}
</style>
background-color css
<style>
a { background-color: #C2A0E1; }
a { background-color: rgb(194,160,225); }
div.DivClassName
{
background-color: #C2A0E1;
}
.BgClassName
{
background-color: #C2A0E1;
}
</style>
border-color css
<style>
span { border-color: #C2A0E1; }
span { border-color: rgb(194,160,225); }
td.TdClassName
{
border-color: #C2A0E1;
}
.TagClassName
{
border-color: #C2A0E1;
}
</style>