Shades of Prelude #C7BACB
Tints of Prelude #C7BACB
RGB
CMYK
RGB Variations
Color information
#C7BACB (or 0xC7BACB) is known color: Prelude. HEX triplet: C7, BA and CB. RGB value is (199,186,203). Sum of RGB (Red+Green+Blue) = 199+186+203=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BACB is #384534. Grayscale: #BFBFBF. Windows color (decimal): -3687733 or 13351623. OLE color: 13351623.
HSL color Cylindrical-coordinate representation of color #C7BACB: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BACB is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 186 | 203 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.20 |
| HSL | 285.88º | 0.14% | 0.76% | - |
| HSV(B) | 285.88º | 0.08% | 0.8% | - |
| XYZ | 51.89 | 51.57 | 63.72 | - |
| YUV | 191.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 203 | 0.02 | 0.08 | 0 | 0.20 | 285.88 | 0.14 | 0.76 |
| Hex | C7 | BA | CB | 2 | 8 | 0 | 14 | 11E | E | 4C |
| Octal | 307 | 272 | 313 | 2 | 10 | 0 | 24 | 436 | 16 | 114 |
| Binary | 11000111 | 10111010 | 11001011 | 10 | 1000 | 0 | 10100 | 100011110 | 1110 | 1001100 |
Color Harmonies of #C7BACB
Complementary color
Monochromatic Colors of #C7BACB
Black with #C7BACB
Text Example
Text Example
White with #C7BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BACB; }
p { color: rgb(199,186,203); }
H1.HeaderClassName
{
color: #C7BACB;
}
.AnyTagClassName
{
color: #C7BACB;
}
</style>
background-color css
<style>
a { background-color: #C7BACB; }
a { background-color: rgb(199,186,203); }
div.DivClassName
{
background-color: #C7BACB;
}
.BgClassName
{
background-color: #C7BACB;
}
</style>
border-color css
<style>
span { border-color: #C7BACB; }
span { border-color: rgb(199,186,203); }
td.TdClassName
{
border-color: #C7BACB;
}
.TagClassName
{
border-color: #C7BACB;
}
</style>