Shades of Prelude #C1ABC9
Tints of Prelude #C1ABC9
RGB
CMYK
RGB Variations
Color information
#C1ABC9 (or 0xC1ABC9) is known color: Prelude. HEX triplet: C1, AB and C9. RGB value is (193,171,201). Sum of RGB (Red+Green+Blue) = 193+171+201=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1ABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ABC9 is #3E5436. Grayscale: #B4B4B4. Windows color (decimal): -4084791 or 13216705. OLE color: 13216705.
HSL color Cylindrical-coordinate representation of color #C1ABC9: hue angle of 284º 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 #C1ABC9 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 171 | 201 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.21 |
| HSL | 284º | 0.22% | 0.73% | - |
| HSV(B) | 284º | 0.15% | 0.79% | - |
| XYZ | 47.1 | 44.68 | 61.4 | - |
| YUV | 181 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 201 | 0.04 | 0.15 | 0 | 0.21 | 284 | 0.22 | 0.73 |
| Hex | C1 | AB | C9 | 4 | F | 0 | 15 | 11C | 16 | 49 |
| Octal | 301 | 253 | 311 | 4 | 17 | 0 | 25 | 434 | 26 | 111 |
| Binary | 11000001 | 10101011 | 11001001 | 100 | 1111 | 0 | 10101 | 100011100 | 10110 | 1001001 |
Color Harmonies of #C1ABC9
Complementary color
Monochromatic Colors of #C1ABC9
Black with #C1ABC9
Text Example
Text Example
White with #C1ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABC9; }
p { color: rgb(193,171,201); }
H1.HeaderClassName
{
color: #C1ABC9;
}
.AnyTagClassName
{
color: #C1ABC9;
}
</style>
background-color css
<style>
a { background-color: #C1ABC9; }
a { background-color: rgb(193,171,201); }
div.DivClassName
{
background-color: #C1ABC9;
}
.BgClassName
{
background-color: #C1ABC9;
}
</style>
border-color css
<style>
span { border-color: #C1ABC9; }
span { border-color: rgb(193,171,201); }
td.TdClassName
{
border-color: #C1ABC9;
}
.TagClassName
{
border-color: #C1ABC9;
}
</style>