Shades of Harp #C7D1BA
Tints of Harp #C7D1BA
RGB
CMYK
RGB Variations
Color information
#C7D1BA (or 0xC7D1BA) is known color: Harp. HEX triplet: C7, D1 and BA. RGB value is (199,209,186). Sum of RGB (Red+Green+Blue) = 199+209+186=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D1BA is #382E45. Grayscale: #CBCBCB. Windows color (decimal): -3681862 or 12243399. OLE color: 12243399.
HSL color Cylindrical-coordinate representation of color #C7D1BA: hue angle of 86.09º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7D1BA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 209 | 186 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.18 |
| HSL | 86.09º | 0.2% | 0.77% | - |
| HSV(B) | 86.09º | 0.11% | 0.82% | - |
| XYZ | 55.22 | 61.29 | 55.37 | - |
| YUV | 203.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 186 | 0.05 | 0 | 0.11 | 0.18 | 86.09 | 0.2 | 0.77 |
| Hex | C7 | D1 | BA | 5 | 0 | B | 12 | 56 | 14 | 4D |
| Octal | 307 | 321 | 272 | 5 | 0 | 13 | 22 | 126 | 24 | 115 |
| Binary | 11000111 | 11010001 | 10111010 | 101 | 0 | 1011 | 10010 | 1010110 | 10100 | 1001101 |
Color Harmonies of #C7D1BA
Complementary color
Monochromatic Colors of #C7D1BA
Black with #C7D1BA
Text Example
Text Example
White with #C7D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D1BA; }
p { color: rgb(199,209,186); }
H1.HeaderClassName
{
color: #C7D1BA;
}
.AnyTagClassName
{
color: #C7D1BA;
}
</style>
background-color css
<style>
a { background-color: #C7D1BA; }
a { background-color: rgb(199,209,186); }
div.DivClassName
{
background-color: #C7D1BA;
}
.BgClassName
{
background-color: #C7D1BA;
}
</style>
border-color css
<style>
span { border-color: #C7D1BA; }
span { border-color: rgb(199,209,186); }
td.TdClassName
{
border-color: #C7D1BA;
}
.TagClassName
{
border-color: #C7D1BA;
}
</style>