Shades of Harp #C9D4B6
Tints of Harp #C9D4B6
RGB
CMYK
RGB Variations
Color information
#C9D4B6 (or 0xC9D4B6) is known color: Harp. HEX triplet: C9, D4 and B6. RGB value is (201,212,182). Sum of RGB (Red+Green+Blue) = 201+212+182=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4B6 is #362B49. Grayscale: #CDCDCD. Windows color (decimal): -3550026 or 11982025. OLE color: 11982025.
HSL color Cylindrical-coordinate representation of color #C9D4B6: hue angle of 82º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9D4B6 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 212 | 182 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.17 |
| HSL | 82º | 0.26% | 0.77% | - |
| HSV(B) | 82º | 0.14% | 0.83% | - |
| XYZ | 56.07 | 62.88 | 53.44 | - |
| YUV | 205.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 212 | 182 | 0.05 | 0 | 0.14 | 0.17 | 82 | 0.26 | 0.77 |
| Hex | C9 | D4 | B6 | 5 | 0 | E | 11 | 52 | 1A | 4D |
| Octal | 311 | 324 | 266 | 5 | 0 | 16 | 21 | 122 | 32 | 115 |
| Binary | 11001001 | 11010100 | 10110110 | 101 | 0 | 1110 | 10001 | 1010010 | 11010 | 1001101 |
Color Harmonies of #C9D4B6
Complementary color
Monochromatic Colors of #C9D4B6
Black with #C9D4B6
Text Example
Text Example
White with #C9D4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D4B6; }
p { color: rgb(201,212,182); }
H1.HeaderClassName
{
color: #C9D4B6;
}
.AnyTagClassName
{
color: #C9D4B6;
}
</style>
background-color css
<style>
a { background-color: #C9D4B6; }
a { background-color: rgb(201,212,182); }
div.DivClassName
{
background-color: #C9D4B6;
}
.BgClassName
{
background-color: #C9D4B6;
}
</style>
border-color css
<style>
span { border-color: #C9D4B6; }
span { border-color: rgb(201,212,182); }
td.TdClassName
{
border-color: #C9D4B6;
}
.TagClassName
{
border-color: #C9D4B6;
}
</style>