Shades of Harp #C7D0B9
Tints of Harp #C7D0B9
RGB
CMYK
RGB Variations
Color information
#C7D0B9 (or 0xC7D0B9) is known color: Harp. HEX triplet: C7, D0 and B9. RGB value is (199,208,185). Sum of RGB (Red+Green+Blue) = 199+208+185=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0B9 is #382F46. Grayscale: #CACACA. Windows color (decimal): -3682119 or 12177607. OLE color: 12177607.
HSL color Cylindrical-coordinate representation of color #C7D0B9: hue angle of 83.48º 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 #C7D0B9 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 185 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.18 |
| HSL | 83.48º | 0.2% | 0.77% | - |
| HSV(B) | 83.48º | 0.11% | 0.82% | - |
| XYZ | 54.87 | 60.76 | 54.73 | - |
| YUV | 202.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 185 | 0.04 | 0 | 0.11 | 0.18 | 83.48 | 0.2 | 0.77 |
| Hex | C7 | D0 | B9 | 4 | 0 | B | 12 | 53 | 14 | 4D |
| Octal | 307 | 320 | 271 | 4 | 0 | 13 | 22 | 123 | 24 | 115 |
| Binary | 11000111 | 11010000 | 10111001 | 100 | 0 | 1011 | 10010 | 1010011 | 10100 | 1001101 |
Color Harmonies of #C7D0B9
Complementary color
Monochromatic Colors of #C7D0B9
Black with #C7D0B9
Text Example
Text Example
White with #C7D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0B9; }
p { color: rgb(199,208,185); }
H1.HeaderClassName
{
color: #C7D0B9;
}
.AnyTagClassName
{
color: #C7D0B9;
}
</style>
background-color css
<style>
a { background-color: #C7D0B9; }
a { background-color: rgb(199,208,185); }
div.DivClassName
{
background-color: #C7D0B9;
}
.BgClassName
{
background-color: #C7D0B9;
}
</style>
border-color css
<style>
span { border-color: #C7D0B9; }
span { border-color: rgb(199,208,185); }
td.TdClassName
{
border-color: #C7D0B9;
}
.TagClassName
{
border-color: #C7D0B9;
}
</style>