Shades of Prelude #C0A6CC
Tints of Prelude #C0A6CC
RGB
CMYK
RGB Variations
Color information
#C0A6CC (or 0xC0A6CC) is known color: Prelude. HEX triplet: C0, A6 and CC. RGB value is (192,166,204). Sum of RGB (Red+Green+Blue) = 192+166+204=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0A6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6CC is #3F5933. Grayscale: #B1B1B1. Windows color (decimal): -4151604 or 13412032. OLE color: 13412032.
HSL color Cylindrical-coordinate representation of color #C0A6CC: hue angle of 281.05º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0A6CC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 166 | 204 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.2 |
| HSL | 281.05º | 0.27% | 0.73% | - |
| HSV(B) | 281.05º | 0.19% | 0.8% | - |
| XYZ | 46.27 | 42.84 | 62.96 | - |
| YUV | 178.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 204 | 0.06 | 0.19 | 0 | 0.2 | 281.05 | 0.27 | 0.73 |
| Hex | C0 | A6 | CC | 6 | 13 | 0 | 14 | 119 | 1B | 49 |
| Octal | 300 | 246 | 314 | 6 | 23 | 0 | 24 | 431 | 33 | 111 |
| Binary | 11000000 | 10100110 | 11001100 | 110 | 10011 | 0 | 10100 | 100011001 | 11011 | 1001001 |
Color Harmonies of #C0A6CC
Complementary color
Monochromatic Colors of #C0A6CC
Black with #C0A6CC
Text Example
Text Example
White with #C0A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A6CC; }
p { color: rgb(192,166,204); }
H1.HeaderClassName
{
color: #C0A6CC;
}
.AnyTagClassName
{
color: #C0A6CC;
}
</style>
background-color css
<style>
a { background-color: #C0A6CC; }
a { background-color: rgb(192,166,204); }
div.DivClassName
{
background-color: #C0A6CC;
}
.BgClassName
{
background-color: #C0A6CC;
}
</style>
border-color css
<style>
span { border-color: #C0A6CC; }
span { border-color: rgb(192,166,204); }
td.TdClassName
{
border-color: #C0A6CC;
}
.TagClassName
{
border-color: #C0A6CC;
}
</style>