Shades of Harp #C8D1B4
Tints of Harp #C8D1B4
RGB
CMYK
RGB Variations
Color information
#C8D1B4 (or 0xC8D1B4) is known color: Harp. HEX triplet: C8, D1 and B4. RGB value is (200,209,180). Sum of RGB (Red+Green+Blue) = 200+209+180=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1B4 is #372E4B. Grayscale: #CBCBCB. Windows color (decimal): -3616332 or 11850184. OLE color: 11850184.
HSL color Cylindrical-coordinate representation of color #C8D1B4: hue angle of 78.62º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8D1B4 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 180 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.18 |
| HSL | 78.62º | 0.24% | 0.76% | - |
| HSV(B) | 78.62º | 0.14% | 0.82% | - |
| XYZ | 54.86 | 61.18 | 52.1 | - |
| YUV | 203 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 180 | 0.04 | 0 | 0.14 | 0.18 | 78.62 | 0.24 | 0.76 |
| Hex | C8 | D1 | B4 | 4 | 0 | E | 12 | 4F | 18 | 4C |
| Octal | 310 | 321 | 264 | 4 | 0 | 16 | 22 | 117 | 30 | 114 |
| Binary | 11001000 | 11010001 | 10110100 | 100 | 0 | 1110 | 10010 | 1001111 | 11000 | 1001100 |
Color Harmonies of #C8D1B4
Complementary color
Monochromatic Colors of #C8D1B4
Black with #C8D1B4
Text Example
Text Example
White with #C8D1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D1B4; }
p { color: rgb(200,209,180); }
H1.HeaderClassName
{
color: #C8D1B4;
}
.AnyTagClassName
{
color: #C8D1B4;
}
</style>
background-color css
<style>
a { background-color: #C8D1B4; }
a { background-color: rgb(200,209,180); }
div.DivClassName
{
background-color: #C8D1B4;
}
.BgClassName
{
background-color: #C8D1B4;
}
</style>
border-color css
<style>
span { border-color: #C8D1B4; }
span { border-color: rgb(200,209,180); }
td.TdClassName
{
border-color: #C8D1B4;
}
.TagClassName
{
border-color: #C8D1B4;
}
</style>