Shades of Harp #C9D5B7
Tints of Harp #C9D5B7
RGB
CMYK
RGB Variations
Color information
#C9D5B7 (or 0xC9D5B7) is known color: Harp. HEX triplet: C9, D5 and B7. RGB value is (201,213,183). Sum of RGB (Red+Green+Blue) = 201+213+183=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5B7 is #362A48. Grayscale: #CECECE. Windows color (decimal): -3549769 or 12047817. OLE color: 12047817.
HSL color Cylindrical-coordinate representation of color #C9D5B7: hue angle of 84º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9D5B7 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 183 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.16 |
| HSL | 84º | 0.26% | 0.78% | - |
| HSV(B) | 84º | 0.14% | 0.84% | - |
| XYZ | 56.43 | 63.42 | 54.07 | - |
| YUV | 205.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 183 | 0.06 | 0 | 0.14 | 0.16 | 84 | 0.26 | 0.78 |
| Hex | C9 | D5 | B7 | 6 | 0 | E | 10 | 54 | 1A | 4E |
| Octal | 311 | 325 | 267 | 6 | 0 | 16 | 20 | 124 | 32 | 116 |
| Binary | 11001001 | 11010101 | 10110111 | 110 | 0 | 1110 | 10000 | 1010100 | 11010 | 1001110 |
Color Harmonies of #C9D5B7
Complementary color
Monochromatic Colors of #C9D5B7
Black with #C9D5B7
Text Example
Text Example
White with #C9D5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5B7; }
p { color: rgb(201,213,183); }
H1.HeaderClassName
{
color: #C9D5B7;
}
.AnyTagClassName
{
color: #C9D5B7;
}
</style>
background-color css
<style>
a { background-color: #C9D5B7; }
a { background-color: rgb(201,213,183); }
div.DivClassName
{
background-color: #C9D5B7;
}
.BgClassName
{
background-color: #C9D5B7;
}
</style>
border-color css
<style>
span { border-color: #C9D5B7; }
span { border-color: rgb(201,213,183); }
td.TdClassName
{
border-color: #C9D5B7;
}
.TagClassName
{
border-color: #C9D5B7;
}
</style>