Shades of Harp #C9D0BA
Tints of Harp #C9D0BA
RGB
CMYK
RGB Variations
Color information
#C9D0BA (or 0xC9D0BA) is known color: Harp. HEX triplet: C9, D0 and BA. RGB value is (201,208,186). Sum of RGB (Red+Green+Blue) = 201+208+186=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D0BA is #362F45. Grayscale: #CBCBCB. Windows color (decimal): -3551046 or 12243145. OLE color: 12243145.
HSL color Cylindrical-coordinate representation of color #C9D0BA: hue angle of 79.09º degrees, saturation: 0.19, 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 #C9D0BA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 186 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.18 |
| HSL | 79.09º | 0.19% | 0.77% | - |
| HSV(B) | 79.09º | 0.11% | 0.82% | - |
| XYZ | 55.51 | 61.07 | 55.32 | - |
| YUV | 203.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 186 | 0.03 | 0 | 0.11 | 0.18 | 79.09 | 0.19 | 0.77 |
| Hex | C9 | D0 | BA | 3 | 0 | B | 12 | 4F | 13 | 4D |
| Octal | 311 | 320 | 272 | 3 | 0 | 13 | 22 | 117 | 23 | 115 |
| Binary | 11001001 | 11010000 | 10111010 | 11 | 0 | 1011 | 10010 | 1001111 | 10011 | 1001101 |
Color Harmonies of #C9D0BA
Complementary color
Monochromatic Colors of #C9D0BA
Black with #C9D0BA
Text Example
Text Example
White with #C9D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D0BA; }
p { color: rgb(201,208,186); }
H1.HeaderClassName
{
color: #C9D0BA;
}
.AnyTagClassName
{
color: #C9D0BA;
}
</style>
background-color css
<style>
a { background-color: #C9D0BA; }
a { background-color: rgb(201,208,186); }
div.DivClassName
{
background-color: #C9D0BA;
}
.BgClassName
{
background-color: #C9D0BA;
}
</style>
border-color css
<style>
span { border-color: #C9D0BA; }
span { border-color: rgb(201,208,186); }
td.TdClassName
{
border-color: #C9D0BA;
}
.TagClassName
{
border-color: #C9D0BA;
}
</style>