Shades of Prelude #C1B1CB
Tints of Prelude #C1B1CB
RGB
CMYK
RGB Variations
Color information
#C1B1CB (or 0xC1B1CB) is known color: Prelude. HEX triplet: C1, B1 and CB. RGB value is (193,177,203). Sum of RGB (Red+Green+Blue) = 193+177+203=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1B1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1CB is #3E4E34. Grayscale: #B8B8B8. Windows color (decimal): -4083253 or 13349313. OLE color: 13349313.
HSL color Cylindrical-coordinate representation of color #C1B1CB: hue angle of 276.92º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1B1CB is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 177 | 203 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.20 |
| HSL | 276.92º | 0.2% | 0.75% | - |
| HSV(B) | 276.92º | 0.13% | 0.8% | - |
| XYZ | 48.49 | 47.09 | 63.03 | - |
| YUV | 184.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 203 | 0.05 | 0.13 | 0 | 0.20 | 276.92 | 0.2 | 0.75 |
| Hex | C1 | B1 | CB | 5 | D | 0 | 14 | 115 | 14 | 4B |
| Octal | 301 | 261 | 313 | 5 | 15 | 0 | 24 | 425 | 24 | 113 |
| Binary | 11000001 | 10110001 | 11001011 | 101 | 1101 | 0 | 10100 | 100010101 | 10100 | 1001011 |
Color Harmonies of #C1B1CB
Complementary color
Monochromatic Colors of #C1B1CB
Black with #C1B1CB
Text Example
Text Example
White with #C1B1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B1CB; }
p { color: rgb(193,177,203); }
H1.HeaderClassName
{
color: #C1B1CB;
}
.AnyTagClassName
{
color: #C1B1CB;
}
</style>
background-color css
<style>
a { background-color: #C1B1CB; }
a { background-color: rgb(193,177,203); }
div.DivClassName
{
background-color: #C1B1CB;
}
.BgClassName
{
background-color: #C1B1CB;
}
</style>
border-color css
<style>
span { border-color: #C1B1CB; }
span { border-color: rgb(193,177,203); }
td.TdClassName
{
border-color: #C1B1CB;
}
.TagClassName
{
border-color: #C1B1CB;
}
</style>