Shades of Prelude #C7BACF
Tints of Prelude #C7BACF
RGB
CMYK
RGB Variations
Color information
#C7BACF (or 0xC7BACF) is known color: Prelude. HEX triplet: C7, BA and CF. RGB value is (199,186,207). Sum of RGB (Red+Green+Blue) = 199+186+207=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BACF is #384530. Grayscale: #C0C0C0. Windows color (decimal): -3687729 or 13613767. OLE color: 13613767.
HSL color Cylindrical-coordinate representation of color #C7BACF: hue angle of 277.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BACF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 186 | 207 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.19 |
| HSL | 277.14º | 0.18% | 0.77% | - |
| HSV(B) | 277.14º | 0.1% | 0.81% | - |
| XYZ | 52.37 | 51.76 | 66.26 | - |
| YUV | 192.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 207 | 0.04 | 0.10 | 0 | 0.19 | 277.14 | 0.18 | 0.77 |
| Hex | C7 | BA | CF | 4 | A | 0 | 13 | 115 | 12 | 4D |
| Octal | 307 | 272 | 317 | 4 | 12 | 0 | 23 | 425 | 22 | 115 |
| Binary | 11000111 | 10111010 | 11001111 | 100 | 1010 | 0 | 10011 | 100010101 | 10010 | 1001101 |
Color Harmonies of #C7BACF
Complementary color
Monochromatic Colors of #C7BACF
Black with #C7BACF
Text Example
Text Example
White with #C7BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BACF; }
p { color: rgb(199,186,207); }
H1.HeaderClassName
{
color: #C7BACF;
}
.AnyTagClassName
{
color: #C7BACF;
}
</style>
background-color css
<style>
a { background-color: #C7BACF; }
a { background-color: rgb(199,186,207); }
div.DivClassName
{
background-color: #C7BACF;
}
.BgClassName
{
background-color: #C7BACF;
}
</style>
border-color css
<style>
span { border-color: #C7BACF; }
span { border-color: rgb(199,186,207); }
td.TdClassName
{
border-color: #C7BACF;
}
.TagClassName
{
border-color: #C7BACF;
}
</style>