Shades of Prelude #C0AACA
Tints of Prelude #C0AACA
RGB
CMYK
RGB Variations
Color information
#C0AACA (or 0xC0AACA) is known color: Prelude. HEX triplet: C0, AA and CA. RGB value is (192,170,202). Sum of RGB (Red+Green+Blue) = 192+170+202=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AACA is #3F5535. Grayscale: #B4B4B4. Windows color (decimal): -4150582 or 13281984. OLE color: 13281984.
HSL color Cylindrical-coordinate representation of color #C0AACA: hue angle of 281.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0AACA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 170 | 202 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.21 |
| HSL | 281.25º | 0.23% | 0.73% | - |
| HSV(B) | 281.25º | 0.16% | 0.79% | - |
| XYZ | 46.77 | 44.22 | 61.95 | - |
| YUV | 180.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 202 | 0.05 | 0.16 | 0 | 0.21 | 281.25 | 0.23 | 0.73 |
| Hex | C0 | AA | CA | 5 | 10 | 0 | 15 | 119 | 17 | 49 |
| Octal | 300 | 252 | 312 | 5 | 20 | 0 | 25 | 431 | 27 | 111 |
| Binary | 11000000 | 10101010 | 11001010 | 101 | 10000 | 0 | 10101 | 100011001 | 10111 | 1001001 |
Color Harmonies of #C0AACA
Complementary color
Monochromatic Colors of #C0AACA
Black with #C0AACA
Text Example
Text Example
White with #C0AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AACA; }
p { color: rgb(192,170,202); }
H1.HeaderClassName
{
color: #C0AACA;
}
.AnyTagClassName
{
color: #C0AACA;
}
</style>
background-color css
<style>
a { background-color: #C0AACA; }
a { background-color: rgb(192,170,202); }
div.DivClassName
{
background-color: #C0AACA;
}
.BgClassName
{
background-color: #C0AACA;
}
</style>
border-color css
<style>
span { border-color: #C0AACA; }
span { border-color: rgb(192,170,202); }
td.TdClassName
{
border-color: #C0AACA;
}
.TagClassName
{
border-color: #C0AACA;
}
</style>