Shades of Harp #C9D0B9
Tints of Harp #C9D0B9
RGB
CMYK
RGB Variations
Color information
#C9D0B9 (or 0xC9D0B9) is known color: Harp. HEX triplet: C9, D0 and B9. RGB value is (201,208,185). Sum of RGB (Red+Green+Blue) = 201+208+185=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D0B9 is #362F46. Grayscale: #CBCBCB. Windows color (decimal): -3551047 or 12177609. OLE color: 12177609.
HSL color Cylindrical-coordinate representation of color #C9D0B9: hue angle of 78.26º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9D0B9 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 185 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.18 |
| HSL | 78.26º | 0.2% | 0.77% | - |
| HSV(B) | 78.26º | 0.11% | 0.82% | - |
| XYZ | 55.4 | 61.03 | 54.76 | - |
| YUV | 203.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 185 | 0.03 | 0 | 0.11 | 0.18 | 78.26 | 0.2 | 0.77 |
| Hex | C9 | D0 | B9 | 3 | 0 | B | 12 | 4E | 14 | 4D |
| Octal | 311 | 320 | 271 | 3 | 0 | 13 | 22 | 116 | 24 | 115 |
| Binary | 11001001 | 11010000 | 10111001 | 11 | 0 | 1011 | 10010 | 1001110 | 10100 | 1001101 |
Color Harmonies of #C9D0B9
Complementary color
Monochromatic Colors of #C9D0B9
Black with #C9D0B9
Text Example
Text Example
White with #C9D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D0B9; }
p { color: rgb(201,208,185); }
H1.HeaderClassName
{
color: #C9D0B9;
}
.AnyTagClassName
{
color: #C9D0B9;
}
</style>
background-color css
<style>
a { background-color: #C9D0B9; }
a { background-color: rgb(201,208,185); }
div.DivClassName
{
background-color: #C9D0B9;
}
.BgClassName
{
background-color: #C9D0B9;
}
</style>
border-color css
<style>
span { border-color: #C9D0B9; }
span { border-color: rgb(201,208,185); }
td.TdClassName
{
border-color: #C9D0B9;
}
.TagClassName
{
border-color: #C9D0B9;
}
</style>