Shades of Harp #C8D1BD
Tints of Harp #C8D1BD
RGB
CMYK
RGB Variations
Color information
#C8D1BD (or 0xC8D1BD) is known color: Harp. HEX triplet: C8, D1 and BD. RGB value is (200,209,189). Sum of RGB (Red+Green+Blue) = 200+209+189=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1BD is #372E42. Grayscale: #CCCCCC. Windows color (decimal): -3616323 or 12440008. OLE color: 12440008.
HSL color Cylindrical-coordinate representation of color #C8D1BD: 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 #C8D1BD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 189 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.18 |
| HSL | 87º | 0.18% | 0.78% | - |
| HSV(B) | 87º | 0.1% | 0.82% | - |
| XYZ | 55.81 | 61.55 | 57.08 | - |
| YUV | 204.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 189 | 0.04 | 0 | 0.10 | 0.18 | 87 | 0.18 | 0.78 |
| Hex | C8 | D1 | BD | 4 | 0 | A | 12 | 57 | 12 | 4E |
| Octal | 310 | 321 | 275 | 4 | 0 | 12 | 22 | 127 | 22 | 116 |
| Binary | 11001000 | 11010001 | 10111101 | 100 | 0 | 1010 | 10010 | 1010111 | 10010 | 1001110 |
Color Harmonies of #C8D1BD
Complementary color
Monochromatic Colors of #C8D1BD
Black with #C8D1BD
Text Example
Text Example
White with #C8D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1BD; }
p { color: rgb(200,209,189); }
H1.HeaderClassName
{
color: #C8D1BD;
}
.AnyTagClassName
{
color: #C8D1BD;
}
</style>
background-color css
<style>
a { background-color: #C8D1BD; }
a { background-color: rgb(200,209,189); }
div.DivClassName
{
background-color: #C8D1BD;
}
.BgClassName
{
background-color: #C8D1BD;
}
</style>
border-color css
<style>
span { border-color: #C8D1BD; }
span { border-color: rgb(200,209,189); }
td.TdClassName
{
border-color: #C8D1BD;
}
.TagClassName
{
border-color: #C8D1BD;
}
</style>