Shades of Prelude #C8B2CB
Tints of Prelude #C8B2CB
RGB
CMYK
RGB Variations
Color information
#C8B2CB (or 0xC8B2CB) is known color: Prelude. HEX triplet: C8, B2 and CB. RGB value is (200,178,203). Sum of RGB (Red+Green+Blue) = 200+178+203=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2CB is #374D34. Grayscale: #BBBBBB. Windows color (decimal): -3624245 or 13349576. OLE color: 13349576.
HSL color Cylindrical-coordinate representation of color #C8B2CB: hue angle of 292.8º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B2CB is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 178 | 203 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.20 |
| HSL | 292.8º | 0.19% | 0.75% | - |
| HSV(B) | 292.8º | 0.12% | 0.8% | - |
| XYZ | 50.52 | 48.43 | 63.19 | - |
| YUV | 187.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 203 | 0.01 | 0.12 | 0 | 0.20 | 292.8 | 0.19 | 0.75 |
| Hex | C8 | B2 | CB | 1 | C | 0 | 14 | 125 | 13 | 4B |
| Octal | 310 | 262 | 313 | 1 | 14 | 0 | 24 | 445 | 23 | 113 |
| Binary | 11001000 | 10110010 | 11001011 | 1 | 1100 | 0 | 10100 | 100100101 | 10011 | 1001011 |
Color Harmonies of #C8B2CB
Complementary color
Monochromatic Colors of #C8B2CB
Black with #C8B2CB
Text Example
Text Example
White with #C8B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2CB; }
p { color: rgb(200,178,203); }
H1.HeaderClassName
{
color: #C8B2CB;
}
.AnyTagClassName
{
color: #C8B2CB;
}
</style>
background-color css
<style>
a { background-color: #C8B2CB; }
a { background-color: rgb(200,178,203); }
div.DivClassName
{
background-color: #C8B2CB;
}
.BgClassName
{
background-color: #C8B2CB;
}
</style>
border-color css
<style>
span { border-color: #C8B2CB; }
span { border-color: rgb(200,178,203); }
td.TdClassName
{
border-color: #C8B2CB;
}
.TagClassName
{
border-color: #C8B2CB;
}
</style>