Shades of Harp #C8D2B8
Tints of Harp #C8D2B8
RGB
CMYK
RGB Variations
Color information
#C8D2B8 (or 0xC8D2B8) is known color: Harp. HEX triplet: C8, D2 and B8. RGB value is (200,210,184). Sum of RGB (Red+Green+Blue) = 200+210+184=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2B8 is #372D47. Grayscale: #CCCCCC. Windows color (decimal): -3616072 or 12112584. OLE color: 12112584.
HSL color Cylindrical-coordinate representation of color #C8D2B8: hue angle of 83.08º 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 #C8D2B8 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 184 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.18 |
| HSL | 83.08º | 0.22% | 0.77% | - |
| HSV(B) | 83.08º | 0.12% | 0.82% | - |
| XYZ | 55.52 | 61.83 | 54.36 | - |
| YUV | 204.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 184 | 0.05 | 0 | 0.12 | 0.18 | 83.08 | 0.22 | 0.77 |
| Hex | C8 | D2 | B8 | 5 | 0 | C | 12 | 53 | 16 | 4D |
| Octal | 310 | 322 | 270 | 5 | 0 | 14 | 22 | 123 | 26 | 115 |
| Binary | 11001000 | 11010010 | 10111000 | 101 | 0 | 1100 | 10010 | 1010011 | 10110 | 1001101 |
Color Harmonies of #C8D2B8
Complementary color
Monochromatic Colors of #C8D2B8
Black with #C8D2B8
Text Example
Text Example
White with #C8D2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2B8; }
p { color: rgb(200,210,184); }
H1.HeaderClassName
{
color: #C8D2B8;
}
.AnyTagClassName
{
color: #C8D2B8;
}
</style>
background-color css
<style>
a { background-color: #C8D2B8; }
a { background-color: rgb(200,210,184); }
div.DivClassName
{
background-color: #C8D2B8;
}
.BgClassName
{
background-color: #C8D2B8;
}
</style>
border-color css
<style>
span { border-color: #C8D2B8; }
span { border-color: rgb(200,210,184); }
td.TdClassName
{
border-color: #C8D2B8;
}
.TagClassName
{
border-color: #C8D2B8;
}
</style>