Shades of Harp #C8D2B9
Tints of Harp #C8D2B9
RGB
CMYK
RGB Variations
Color information
#C8D2B9 (or 0xC8D2B9) is known color: Harp. HEX triplet: C8, D2 and B9. RGB value is (200,210,185). Sum of RGB (Red+Green+Blue) = 200+210+185=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2B9 is #372D46. Grayscale: #CCCCCC. Windows color (decimal): -3616071 or 12178120. OLE color: 12178120.
HSL color Cylindrical-coordinate representation of color #C8D2B9: hue angle of 84º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8D2B9 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 185 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.18 |
| HSL | 84º | 0.22% | 0.77% | - |
| HSV(B) | 84º | 0.12% | 0.82% | - |
| XYZ | 55.62 | 61.88 | 54.91 | - |
| YUV | 204.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 185 | 0.05 | 0 | 0.12 | 0.18 | 84 | 0.22 | 0.77 |
| Hex | C8 | D2 | B9 | 5 | 0 | C | 12 | 54 | 16 | 4D |
| Octal | 310 | 322 | 271 | 5 | 0 | 14 | 22 | 124 | 26 | 115 |
| Binary | 11001000 | 11010010 | 10111001 | 101 | 0 | 1100 | 10010 | 1010100 | 10110 | 1001101 |
Color Harmonies of #C8D2B9
Complementary color
Monochromatic Colors of #C8D2B9
Black with #C8D2B9
Text Example
Text Example
White with #C8D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2B9; }
p { color: rgb(200,210,185); }
H1.HeaderClassName
{
color: #C8D2B9;
}
.AnyTagClassName
{
color: #C8D2B9;
}
</style>
background-color css
<style>
a { background-color: #C8D2B9; }
a { background-color: rgb(200,210,185); }
div.DivClassName
{
background-color: #C8D2B9;
}
.BgClassName
{
background-color: #C8D2B9;
}
</style>
border-color css
<style>
span { border-color: #C8D2B9; }
span { border-color: rgb(200,210,185); }
td.TdClassName
{
border-color: #C8D2B9;
}
.TagClassName
{
border-color: #C8D2B9;
}
</style>