Shades of Wisteria #C0A4CE
Tints of Wisteria #C0A4CE
RGB
CMYK
RGB Variations
Color information
#C0A4CE (or 0xC0A4CE) is known color: Wisteria. HEX triplet: C0, A4 and CE. RGB value is (192,164,206). Sum of RGB (Red+Green+Blue) = 192+164+206=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4CE is #3F5B31. Grayscale: #B1B1B1. Windows color (decimal): -4152114 or 13542592. OLE color: 13542592.
HSL color Cylindrical-coordinate representation of color #C0A4CE: hue angle of 280º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A4CE is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 164 | 206 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.19 |
| HSL | 280º | 0.3% | 0.73% | - |
| HSV(B) | 280º | 0.2% | 0.81% | - |
| XYZ | 46.15 | 42.21 | 64.11 | - |
| YUV | 177.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 206 | 0.07 | 0.20 | 0 | 0.19 | 280 | 0.3 | 0.73 |
| Hex | C0 | A4 | CE | 7 | 14 | 0 | 13 | 118 | 1E | 49 |
| Octal | 300 | 244 | 316 | 7 | 24 | 0 | 23 | 430 | 36 | 111 |
| Binary | 11000000 | 10100100 | 11001110 | 111 | 10100 | 0 | 10011 | 100011000 | 11110 | 1001001 |
Color Harmonies of #C0A4CE
Complementary color
Monochromatic Colors of #C0A4CE
Black with #C0A4CE
Text Example
Text Example
White with #C0A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A4CE; }
p { color: rgb(192,164,206); }
H1.HeaderClassName
{
color: #C0A4CE;
}
.AnyTagClassName
{
color: #C0A4CE;
}
</style>
background-color css
<style>
a { background-color: #C0A4CE; }
a { background-color: rgb(192,164,206); }
div.DivClassName
{
background-color: #C0A4CE;
}
.BgClassName
{
background-color: #C0A4CE;
}
</style>
border-color css
<style>
span { border-color: #C0A4CE; }
span { border-color: rgb(192,164,206); }
td.TdClassName
{
border-color: #C0A4CE;
}
.TagClassName
{
border-color: #C0A4CE;
}
</style>