Shades of Harp #C5CDB9
Tints of Harp #C5CDB9
RGB
CMYK
RGB Variations
Color information
#C5CDB9 (or 0xC5CDB9) is known color: Harp. HEX triplet: C5, CD and B9. RGB value is (197,205,185). Sum of RGB (Red+Green+Blue) = 197+205+185=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDB9 is #3A3246. Grayscale: #C8C8C8. Windows color (decimal): -3813959 or 12176837. OLE color: 12176837.
HSL color Cylindrical-coordinate representation of color #C5CDB9: hue angle of 84º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5CDB9 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 185 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.20 |
| HSL | 84º | 0.17% | 0.76% | - |
| HSV(B) | 84º | 0.1% | 0.8% | - |
| XYZ | 53.61 | 59.04 | 54.47 | - |
| YUV | 200.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 185 | 0.04 | 0 | 0.10 | 0.20 | 84 | 0.17 | 0.76 |
| Hex | C5 | CD | B9 | 4 | 0 | A | 14 | 54 | 11 | 4C |
| Octal | 305 | 315 | 271 | 4 | 0 | 12 | 24 | 124 | 21 | 114 |
| Binary | 11000101 | 11001101 | 10111001 | 100 | 0 | 1010 | 10100 | 1010100 | 10001 | 1001100 |
Color Harmonies of #C5CDB9
Complementary color
Monochromatic Colors of #C5CDB9
Black with #C5CDB9
Text Example
Text Example
White with #C5CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDB9; }
p { color: rgb(197,205,185); }
H1.HeaderClassName
{
color: #C5CDB9;
}
.AnyTagClassName
{
color: #C5CDB9;
}
</style>
background-color css
<style>
a { background-color: #C5CDB9; }
a { background-color: rgb(197,205,185); }
div.DivClassName
{
background-color: #C5CDB9;
}
.BgClassName
{
background-color: #C5CDB9;
}
</style>
border-color css
<style>
span { border-color: #C5CDB9; }
span { border-color: rgb(197,205,185); }
td.TdClassName
{
border-color: #C5CDB9;
}
.TagClassName
{
border-color: #C5CDB9;
}
</style>