Shades of Prelude #C1B1C9
Tints of Prelude #C1B1C9
RGB
CMYK
RGB Variations
Color information
#C1B1C9 (or 0xC1B1C9) is known color: Prelude. HEX triplet: C1, B1 and C9. RGB value is (193,177,201). Sum of RGB (Red+Green+Blue) = 193+177+201=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1B1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1C9 is #3E4E36. Grayscale: #B8B8B8. Windows color (decimal): -4083255 or 13218241. OLE color: 13218241.
HSL color Cylindrical-coordinate representation of color #C1B1C9: hue angle of 280º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1B1C9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 177 | 201 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.21 |
| HSL | 280º | 0.18% | 0.74% | - |
| HSV(B) | 280º | 0.12% | 0.79% | - |
| XYZ | 48.26 | 47 | 61.79 | - |
| YUV | 184.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 201 | 0.04 | 0.12 | 0 | 0.21 | 280 | 0.18 | 0.74 |
| Hex | C1 | B1 | C9 | 4 | C | 0 | 15 | 118 | 12 | 4A |
| Octal | 301 | 261 | 311 | 4 | 14 | 0 | 25 | 430 | 22 | 112 |
| Binary | 11000001 | 10110001 | 11001001 | 100 | 1100 | 0 | 10101 | 100011000 | 10010 | 1001010 |
Color Harmonies of #C1B1C9
Complementary color
Monochromatic Colors of #C1B1C9
Black with #C1B1C9
Text Example
Text Example
White with #C1B1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B1C9; }
p { color: rgb(193,177,201); }
H1.HeaderClassName
{
color: #C1B1C9;
}
.AnyTagClassName
{
color: #C1B1C9;
}
</style>
background-color css
<style>
a { background-color: #C1B1C9; }
a { background-color: rgb(193,177,201); }
div.DivClassName
{
background-color: #C1B1C9;
}
.BgClassName
{
background-color: #C1B1C9;
}
</style>
border-color css
<style>
span { border-color: #C1B1C9; }
span { border-color: rgb(193,177,201); }
td.TdClassName
{
border-color: #C1B1C9;
}
.TagClassName
{
border-color: #C1B1C9;
}
</style>