Shades of Perfume #C0A4D1
Tints of Perfume #C0A4D1
RGB
CMYK
RGB Variations
Color information
#C0A4D1 (or 0xC0A4D1) is known color: Perfume. HEX triplet: C0, A4 and D1. RGB value is (192,164,209). Sum of RGB (Red+Green+Blue) = 192+164+209=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0A4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4D1 is #3F5B2E. Grayscale: #B1B1B1. Windows color (decimal): -4152111 or 13739200. OLE color: 13739200.
HSL color Cylindrical-coordinate representation of color #C0A4D1: hue angle of 277.33º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0A4D1 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 164 | 209 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.18 |
| HSL | 277.33º | 0.33% | 0.73% | - |
| HSV(B) | 277.33º | 0.22% | 0.82% | - |
| XYZ | 46.52 | 42.36 | 66.05 | - |
| YUV | 177.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 209 | 0.08 | 0.22 | 0 | 0.18 | 277.33 | 0.33 | 0.73 |
| Hex | C0 | A4 | D1 | 8 | 16 | 0 | 12 | 115 | 21 | 49 |
| Octal | 300 | 244 | 321 | 10 | 26 | 0 | 22 | 425 | 41 | 111 |
| Binary | 11000000 | 10100100 | 11010001 | 1000 | 10110 | 0 | 10010 | 100010101 | 100001 | 1001001 |
Color Harmonies of #C0A4D1
Complementary color
Monochromatic Colors of #C0A4D1
Black with #C0A4D1
Text Example
Text Example
White with #C0A4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A4D1; }
p { color: rgb(192,164,209); }
H1.HeaderClassName
{
color: #C0A4D1;
}
.AnyTagClassName
{
color: #C0A4D1;
}
</style>
background-color css
<style>
a { background-color: #C0A4D1; }
a { background-color: rgb(192,164,209); }
div.DivClassName
{
background-color: #C0A4D1;
}
.BgClassName
{
background-color: #C0A4D1;
}
</style>
border-color css
<style>
span { border-color: #C0A4D1; }
span { border-color: rgb(192,164,209); }
td.TdClassName
{
border-color: #C0A4D1;
}
.TagClassName
{
border-color: #C0A4D1;
}
</style>