Shades of Harp #C8D0BE
Tints of Harp #C8D0BE
RGB
CMYK
RGB Variations
Color information
#C8D0BE (or 0xC8D0BE) is known color: Harp. HEX triplet: C8, D0 and BE. RGB value is (200,208,190). Sum of RGB (Red+Green+Blue) = 200+208+190=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0BE is #372F41. Grayscale: #CBCBCB. Windows color (decimal): -3616578 or 12505288. OLE color: 12505288.
HSL color Cylindrical-coordinate representation of color #C8D0BE: hue angle of 86.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8D0BE is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 190 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.18 |
| HSL | 86.67º | 0.16% | 0.78% | - |
| HSV(B) | 86.67º | 0.09% | 0.82% | - |
| XYZ | 55.67 | 61.11 | 57.58 | - |
| YUV | 203.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 190 | 0.04 | 0 | 0.09 | 0.18 | 86.67 | 0.16 | 0.78 |
| Hex | C8 | D0 | BE | 4 | 0 | 9 | 12 | 57 | 10 | 4E |
| Octal | 310 | 320 | 276 | 4 | 0 | 11 | 22 | 127 | 20 | 116 |
| Binary | 11001000 | 11010000 | 10111110 | 100 | 0 | 1001 | 10010 | 1010111 | 10000 | 1001110 |
Color Harmonies of #C8D0BE
Complementary color
Monochromatic Colors of #C8D0BE
Black with #C8D0BE
Text Example
Text Example
White with #C8D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0BE; }
p { color: rgb(200,208,190); }
H1.HeaderClassName
{
color: #C8D0BE;
}
.AnyTagClassName
{
color: #C8D0BE;
}
</style>
background-color css
<style>
a { background-color: #C8D0BE; }
a { background-color: rgb(200,208,190); }
div.DivClassName
{
background-color: #C8D0BE;
}
.BgClassName
{
background-color: #C8D0BE;
}
</style>
border-color css
<style>
span { border-color: #C8D0BE; }
span { border-color: rgb(200,208,190); }
td.TdClassName
{
border-color: #C8D0BE;
}
.TagClassName
{
border-color: #C8D0BE;
}
</style>