Shades of Harp #C9D3B9
Tints of Harp #C9D3B9
RGB
CMYK
RGB Variations
Color information
#C9D3B9 (or 0xC9D3B9) is known color: Harp. HEX triplet: C9, D3 and B9. RGB value is (201,211,185). Sum of RGB (Red+Green+Blue) = 201+211+185=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D3B9 is #362C46. Grayscale: #CDCDCD. Windows color (decimal): -3550279 or 12178377. OLE color: 12178377.
HSL color Cylindrical-coordinate representation of color #C9D3B9: hue angle of 83.08º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9D3B9 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 211 | 185 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.17 |
| HSL | 83.08º | 0.23% | 0.78% | - |
| HSV(B) | 83.08º | 0.12% | 0.83% | - |
| XYZ | 56.14 | 62.51 | 55.01 | - |
| YUV | 205.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 211 | 185 | 0.05 | 0 | 0.12 | 0.17 | 83.08 | 0.23 | 0.78 |
| Hex | C9 | D3 | B9 | 5 | 0 | C | 11 | 53 | 17 | 4E |
| Octal | 311 | 323 | 271 | 5 | 0 | 14 | 21 | 123 | 27 | 116 |
| Binary | 11001001 | 11010011 | 10111001 | 101 | 0 | 1100 | 10001 | 1010011 | 10111 | 1001110 |
Color Harmonies of #C9D3B9
Complementary color
Monochromatic Colors of #C9D3B9
Black with #C9D3B9
Text Example
Text Example
White with #C9D3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D3B9; }
p { color: rgb(201,211,185); }
H1.HeaderClassName
{
color: #C9D3B9;
}
.AnyTagClassName
{
color: #C9D3B9;
}
</style>
background-color css
<style>
a { background-color: #C9D3B9; }
a { background-color: rgb(201,211,185); }
div.DivClassName
{
background-color: #C9D3B9;
}
.BgClassName
{
background-color: #C9D3B9;
}
</style>
border-color css
<style>
span { border-color: #C9D3B9; }
span { border-color: rgb(201,211,185); }
td.TdClassName
{
border-color: #C9D3B9;
}
.TagClassName
{
border-color: #C9D3B9;
}
</style>