Shades of Prelude #C0ABC8
Tints of Prelude #C0ABC8
RGB
CMYK
RGB Variations
Color information
#C0ABC8 (or 0xC0ABC8) is known color: Prelude. HEX triplet: C0, AB and C8. RGB value is (192,171,200). Sum of RGB (Red+Green+Blue) = 192+171+200=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 200 - color contains mainly: blue. Hex color #C0ABC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC8 is #3F5437. Grayscale: #B4B4B4. Windows color (decimal): -4150328 or 13151168. OLE color: 13151168.
HSL color Cylindrical-coordinate representation of color #C0ABC8: hue angle of 283.45º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0ABC8 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 171 | 200 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.22 |
| HSL | 283.45º | 0.21% | 0.73% | - |
| HSV(B) | 283.45º | 0.15% | 0.78% | - |
| XYZ | 46.73 | 44.5 | 60.77 | - |
| YUV | 180.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 200 | 0.04 | 0.14 | 0 | 0.22 | 283.45 | 0.21 | 0.73 |
| Hex | C0 | AB | C8 | 4 | E | 0 | 16 | 11B | 15 | 49 |
| Octal | 300 | 253 | 310 | 4 | 16 | 0 | 26 | 433 | 25 | 111 |
| Binary | 11000000 | 10101011 | 11001000 | 100 | 1110 | 0 | 10110 | 100011011 | 10101 | 1001001 |
Color Harmonies of #C0ABC8
Complementary color
Monochromatic Colors of #C0ABC8
Black with #C0ABC8
Text Example
Text Example
White with #C0ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABC8; }
p { color: rgb(192,171,200); }
H1.HeaderClassName
{
color: #C0ABC8;
}
.AnyTagClassName
{
color: #C0ABC8;
}
</style>
background-color css
<style>
a { background-color: #C0ABC8; }
a { background-color: rgb(192,171,200); }
div.DivClassName
{
background-color: #C0ABC8;
}
.BgClassName
{
background-color: #C0ABC8;
}
</style>
border-color css
<style>
span { border-color: #C0ABC8; }
span { border-color: rgb(192,171,200); }
td.TdClassName
{
border-color: #C0ABC8;
}
.TagClassName
{
border-color: #C0ABC8;
}
</style>