Shades of Harp #C7D0BA
Tints of Harp #C7D0BA
RGB
CMYK
RGB Variations
Color information
#C7D0BA (or 0xC7D0BA) is known color: Harp. HEX triplet: C7, D0 and BA. RGB value is (199,208,186). Sum of RGB (Red+Green+Blue) = 199+208+186=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0BA is #382F45. Grayscale: #CACACA. Windows color (decimal): -3682118 or 12243143. OLE color: 12243143.
HSL color Cylindrical-coordinate representation of color #C7D0BA: hue angle of 84.55º degrees, saturation: 0.19, 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 #C7D0BA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 186 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.18 |
| HSL | 84.55º | 0.19% | 0.77% | - |
| HSV(B) | 84.55º | 0.11% | 0.82% | - |
| XYZ | 54.97 | 60.8 | 55.29 | - |
| YUV | 202.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 186 | 0.04 | 0 | 0.11 | 0.18 | 84.55 | 0.19 | 0.77 |
| Hex | C7 | D0 | BA | 4 | 0 | B | 12 | 55 | 13 | 4D |
| Octal | 307 | 320 | 272 | 4 | 0 | 13 | 22 | 125 | 23 | 115 |
| Binary | 11000111 | 11010000 | 10111010 | 100 | 0 | 1011 | 10010 | 1010101 | 10011 | 1001101 |
Color Harmonies of #C7D0BA
Complementary color
Monochromatic Colors of #C7D0BA
Black with #C7D0BA
Text Example
Text Example
White with #C7D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0BA; }
p { color: rgb(199,208,186); }
H1.HeaderClassName
{
color: #C7D0BA;
}
.AnyTagClassName
{
color: #C7D0BA;
}
</style>
background-color css
<style>
a { background-color: #C7D0BA; }
a { background-color: rgb(199,208,186); }
div.DivClassName
{
background-color: #C7D0BA;
}
.BgClassName
{
background-color: #C7D0BA;
}
</style>
border-color css
<style>
span { border-color: #C7D0BA; }
span { border-color: rgb(199,208,186); }
td.TdClassName
{
border-color: #C7D0BA;
}
.TagClassName
{
border-color: #C7D0BA;
}
</style>