Shades of Prelude #C0A9CD
Tints of Prelude #C0A9CD
RGB
CMYK
RGB Variations
Color information
#C0A9CD (or 0xC0A9CD) is known color: Prelude. HEX triplet: C0, A9 and CD. RGB value is (192,169,205). Sum of RGB (Red+Green+Blue) = 192+169+205=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9CD is #3F5632. Grayscale: #B3B3B3. Windows color (decimal): -4150835 or 13478336. OLE color: 13478336.
HSL color Cylindrical-coordinate representation of color #C0A9CD: hue angle of 278.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0A9CD is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 169 | 205 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.20 |
| HSL | 278.33º | 0.26% | 0.73% | - |
| HSV(B) | 278.33º | 0.18% | 0.8% | - |
| XYZ | 46.95 | 43.99 | 63.77 | - |
| YUV | 179.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 205 | 0.06 | 0.18 | 0 | 0.20 | 278.33 | 0.26 | 0.73 |
| Hex | C0 | A9 | CD | 6 | 12 | 0 | 14 | 116 | 1A | 49 |
| Octal | 300 | 251 | 315 | 6 | 22 | 0 | 24 | 426 | 32 | 111 |
| Binary | 11000000 | 10101001 | 11001101 | 110 | 10010 | 0 | 10100 | 100010110 | 11010 | 1001001 |
Color Harmonies of #C0A9CD
Complementary color
Monochromatic Colors of #C0A9CD
Black with #C0A9CD
Text Example
Text Example
White with #C0A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A9CD; }
p { color: rgb(192,169,205); }
H1.HeaderClassName
{
color: #C0A9CD;
}
.AnyTagClassName
{
color: #C0A9CD;
}
</style>
background-color css
<style>
a { background-color: #C0A9CD; }
a { background-color: rgb(192,169,205); }
div.DivClassName
{
background-color: #C0A9CD;
}
.BgClassName
{
background-color: #C0A9CD;
}
</style>
border-color css
<style>
span { border-color: #C0A9CD; }
span { border-color: rgb(192,169,205); }
td.TdClassName
{
border-color: #C0A9CD;
}
.TagClassName
{
border-color: #C0A9CD;
}
</style>