Shades of Prelude #C0ABCA
Tints of Prelude #C0ABCA
RGB
CMYK
RGB Variations
Color information
#C0ABCA (or 0xC0ABCA) is known color: Prelude. HEX triplet: C0, AB and CA. RGB value is (192,171,202). Sum of RGB (Red+Green+Blue) = 192+171+202=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABCA is #3F5435. Grayscale: #B4B4B4. Windows color (decimal): -4150326 or 13282240. OLE color: 13282240.
HSL color Cylindrical-coordinate representation of color #C0ABCA: hue angle of 280.65º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0ABCA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 171 | 202 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.21 |
| HSL | 280.65º | 0.23% | 0.73% | - |
| HSV(B) | 280.65º | 0.15% | 0.79% | - |
| XYZ | 46.96 | 44.6 | 62.01 | - |
| YUV | 180.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 202 | 0.05 | 0.15 | 0 | 0.21 | 280.65 | 0.23 | 0.73 |
| Hex | C0 | AB | CA | 5 | F | 0 | 15 | 119 | 17 | 49 |
| Octal | 300 | 253 | 312 | 5 | 17 | 0 | 25 | 431 | 27 | 111 |
| Binary | 11000000 | 10101011 | 11001010 | 101 | 1111 | 0 | 10101 | 100011001 | 10111 | 1001001 |
Color Harmonies of #C0ABCA
Complementary color
Monochromatic Colors of #C0ABCA
Black with #C0ABCA
Text Example
Text Example
White with #C0ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABCA; }
p { color: rgb(192,171,202); }
H1.HeaderClassName
{
color: #C0ABCA;
}
.AnyTagClassName
{
color: #C0ABCA;
}
</style>
background-color css
<style>
a { background-color: #C0ABCA; }
a { background-color: rgb(192,171,202); }
div.DivClassName
{
background-color: #C0ABCA;
}
.BgClassName
{
background-color: #C0ABCA;
}
</style>
border-color css
<style>
span { border-color: #C0ABCA; }
span { border-color: rgb(192,171,202); }
td.TdClassName
{
border-color: #C0ABCA;
}
.TagClassName
{
border-color: #C0ABCA;
}
</style>