Shades of Prelude #C7B0CB
Tints of Prelude #C7B0CB
RGB
CMYK
RGB Variations
Color information
#C7B0CB (or 0xC7B0CB) is known color: Prelude. HEX triplet: C7, B0 and CB. RGB value is (199,176,203). Sum of RGB (Red+Green+Blue) = 199+176+203=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0CB is #384F34. Grayscale: #B9B9B9. Windows color (decimal): -3690293 or 13349063. OLE color: 13349063.
HSL color Cylindrical-coordinate representation of color #C7B0CB: hue angle of 291.11º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B0CB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 176 | 203 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.20 |
| HSL | 291.11º | 0.21% | 0.74% | - |
| HSV(B) | 291.11º | 0.13% | 0.8% | - |
| XYZ | 49.86 | 47.5 | 63.04 | - |
| YUV | 185.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 203 | 0.02 | 0.13 | 0 | 0.20 | 291.11 | 0.21 | 0.74 |
| Hex | C7 | B0 | CB | 2 | D | 0 | 14 | 123 | 15 | 4A |
| Octal | 307 | 260 | 313 | 2 | 15 | 0 | 24 | 443 | 25 | 112 |
| Binary | 11000111 | 10110000 | 11001011 | 10 | 1101 | 0 | 10100 | 100100011 | 10101 | 1001010 |
Color Harmonies of #C7B0CB
Complementary color
Monochromatic Colors of #C7B0CB
Black with #C7B0CB
Text Example
Text Example
White with #C7B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B0CB; }
p { color: rgb(199,176,203); }
H1.HeaderClassName
{
color: #C7B0CB;
}
.AnyTagClassName
{
color: #C7B0CB;
}
</style>
background-color css
<style>
a { background-color: #C7B0CB; }
a { background-color: rgb(199,176,203); }
div.DivClassName
{
background-color: #C7B0CB;
}
.BgClassName
{
background-color: #C7B0CB;
}
</style>
border-color css
<style>
span { border-color: #C7B0CB; }
span { border-color: rgb(199,176,203); }
td.TdClassName
{
border-color: #C7B0CB;
}
.TagClassName
{
border-color: #C7B0CB;
}
</style>