Shades of Harp #C7D0BC
Tints of Harp #C7D0BC
RGB
CMYK
RGB Variations
Color information
#C7D0BC (or 0xC7D0BC) is known color: Harp. HEX triplet: C7, D0 and BC. RGB value is (199,208,188). Sum of RGB (Red+Green+Blue) = 199+208+188=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0BC is #382F43. Grayscale: #CBCBCB. Windows color (decimal): -3682116 or 12374215. OLE color: 12374215.
HSL color Cylindrical-coordinate representation of color #C7D0BC: hue angle of 87º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D0BC is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 188 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.18 |
| HSL | 87º | 0.18% | 0.78% | - |
| HSV(B) | 87º | 0.1% | 0.82% | - |
| XYZ | 55.19 | 60.88 | 56.42 | - |
| YUV | 203.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 188 | 0.04 | 0 | 0.10 | 0.18 | 87 | 0.18 | 0.78 |
| Hex | C7 | D0 | BC | 4 | 0 | A | 12 | 57 | 12 | 4E |
| Octal | 307 | 320 | 274 | 4 | 0 | 12 | 22 | 127 | 22 | 116 |
| Binary | 11000111 | 11010000 | 10111100 | 100 | 0 | 1010 | 10010 | 1010111 | 10010 | 1001110 |
Color Harmonies of #C7D0BC
Complementary color
Monochromatic Colors of #C7D0BC
Black with #C7D0BC
Text Example
Text Example
White with #C7D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0BC; }
p { color: rgb(199,208,188); }
H1.HeaderClassName
{
color: #C7D0BC;
}
.AnyTagClassName
{
color: #C7D0BC;
}
</style>
background-color css
<style>
a { background-color: #C7D0BC; }
a { background-color: rgb(199,208,188); }
div.DivClassName
{
background-color: #C7D0BC;
}
.BgClassName
{
background-color: #C7D0BC;
}
</style>
border-color css
<style>
span { border-color: #C7D0BC; }
span { border-color: rgb(199,208,188); }
td.TdClassName
{
border-color: #C7D0BC;
}
.TagClassName
{
border-color: #C7D0BC;
}
</style>