Shades of Harp #C9D1BC
Tints of Harp #C9D1BC
RGB
CMYK
RGB Variations
Color information
#C9D1BC (or 0xC9D1BC) is known color: Harp. HEX triplet: C9, D1 and BC. RGB value is (201,209,188). Sum of RGB (Red+Green+Blue) = 201+209+188=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D1BC is #362E43. Grayscale: #CCCCCC. Windows color (decimal): -3550788 or 12374473. OLE color: 12374473.
HSL color Cylindrical-coordinate representation of color #C9D1BC: hue angle of 82.86º degrees, saturation: 0.19, 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 #C9D1BC is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 188 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.18 |
| HSL | 82.86º | 0.19% | 0.78% | - |
| HSV(B) | 82.86º | 0.1% | 0.82% | - |
| XYZ | 55.96 | 61.65 | 56.53 | - |
| YUV | 204.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 188 | 0.04 | 0 | 0.10 | 0.18 | 82.86 | 0.19 | 0.78 |
| Hex | C9 | D1 | BC | 4 | 0 | A | 12 | 53 | 13 | 4E |
| Octal | 311 | 321 | 274 | 4 | 0 | 12 | 22 | 123 | 23 | 116 |
| Binary | 11001001 | 11010001 | 10111100 | 100 | 0 | 1010 | 10010 | 1010011 | 10011 | 1001110 |
Color Harmonies of #C9D1BC
Complementary color
Monochromatic Colors of #C9D1BC
Black with #C9D1BC
Text Example
Text Example
White with #C9D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D1BC; }
p { color: rgb(201,209,188); }
H1.HeaderClassName
{
color: #C9D1BC;
}
.AnyTagClassName
{
color: #C9D1BC;
}
</style>
background-color css
<style>
a { background-color: #C9D1BC; }
a { background-color: rgb(201,209,188); }
div.DivClassName
{
background-color: #C9D1BC;
}
.BgClassName
{
background-color: #C9D1BC;
}
</style>
border-color css
<style>
span { border-color: #C9D1BC; }
span { border-color: rgb(201,209,188); }
td.TdClassName
{
border-color: #C9D1BC;
}
.TagClassName
{
border-color: #C9D1BC;
}
</style>