Shades of Prelude #C2ABC9
Tints of Prelude #C2ABC9
RGB
CMYK
RGB Variations
Color information
#C2ABC9 (or 0xC2ABC9) is known color: Prelude. HEX triplet: C2, AB and C9. RGB value is (194,171,201). Sum of RGB (Red+Green+Blue) = 194+171+201=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2ABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABC9 is #3D5436. Grayscale: #B5B5B5. Windows color (decimal): -4019255 or 13216706. OLE color: 13216706.
HSL color Cylindrical-coordinate representation of color #C2ABC9: hue angle of 286º degrees, saturation: 0.22, 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 #C2ABC9 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 171 | 201 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.21 |
| HSL | 286º | 0.22% | 0.73% | - |
| HSV(B) | 286º | 0.15% | 0.79% | - |
| XYZ | 47.35 | 44.81 | 61.41 | - |
| YUV | 181.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 201 | 0.03 | 0.15 | 0 | 0.21 | 286 | 0.22 | 0.73 |
| Hex | C2 | AB | C9 | 3 | F | 0 | 15 | 11E | 16 | 49 |
| Octal | 302 | 253 | 311 | 3 | 17 | 0 | 25 | 436 | 26 | 111 |
| Binary | 11000010 | 10101011 | 11001001 | 11 | 1111 | 0 | 10101 | 100011110 | 10110 | 1001001 |
Color Harmonies of #C2ABC9
Complementary color
Monochromatic Colors of #C2ABC9
Black with #C2ABC9
Text Example
Text Example
White with #C2ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABC9; }
p { color: rgb(194,171,201); }
H1.HeaderClassName
{
color: #C2ABC9;
}
.AnyTagClassName
{
color: #C2ABC9;
}
</style>
background-color css
<style>
a { background-color: #C2ABC9; }
a { background-color: rgb(194,171,201); }
div.DivClassName
{
background-color: #C2ABC9;
}
.BgClassName
{
background-color: #C2ABC9;
}
</style>
border-color css
<style>
span { border-color: #C2ABC9; }
span { border-color: rgb(194,171,201); }
td.TdClassName
{
border-color: #C2ABC9;
}
.TagClassName
{
border-color: #C2ABC9;
}
</style>