Shades of Prelude #C0AACC
Tints of Prelude #C0AACC
RGB
CMYK
RGB Variations
Color information
#C0AACC (or 0xC0AACC) is known color: Prelude. HEX triplet: C0, AA and CC. RGB value is (192,170,204). Sum of RGB (Red+Green+Blue) = 192+170+204=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AACC is #3F5533. Grayscale: #B4B4B4. Windows color (decimal): -4150580 or 13413056. OLE color: 13413056.
HSL color Cylindrical-coordinate representation of color #C0AACC: hue angle of 278.82º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0AACC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 170 | 204 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.2 |
| HSL | 278.82º | 0.25% | 0.73% | - |
| HSV(B) | 278.82º | 0.17% | 0.8% | - |
| XYZ | 47.01 | 44.32 | 63.2 | - |
| YUV | 180.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 204 | 0.06 | 0.17 | 0 | 0.2 | 278.82 | 0.25 | 0.73 |
| Hex | C0 | AA | CC | 6 | 11 | 0 | 14 | 117 | 19 | 49 |
| Octal | 300 | 252 | 314 | 6 | 21 | 0 | 24 | 427 | 31 | 111 |
| Binary | 11000000 | 10101010 | 11001100 | 110 | 10001 | 0 | 10100 | 100010111 | 11001 | 1001001 |
Color Harmonies of #C0AACC
Complementary color
Monochromatic Colors of #C0AACC
Black with #C0AACC
Text Example
Text Example
White with #C0AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AACC; }
p { color: rgb(192,170,204); }
H1.HeaderClassName
{
color: #C0AACC;
}
.AnyTagClassName
{
color: #C0AACC;
}
</style>
background-color css
<style>
a { background-color: #C0AACC; }
a { background-color: rgb(192,170,204); }
div.DivClassName
{
background-color: #C0AACC;
}
.BgClassName
{
background-color: #C0AACC;
}
</style>
border-color css
<style>
span { border-color: #C0AACC; }
span { border-color: rgb(192,170,204); }
td.TdClassName
{
border-color: #C0AACC;
}
.TagClassName
{
border-color: #C0AACC;
}
</style>