Shades of Harp #C5C9B6
Tints of Harp #C5C9B6
RGB
CMYK
RGB Variations
Color information
#C5C9B6 (or 0xC5C9B6) is known color: Harp. HEX triplet: C5, C9 and B6. RGB value is (197,201,182). Sum of RGB (Red+Green+Blue) = 197+201+182=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C9B6 is #3A3649. Grayscale: #C5C5C5. Windows color (decimal): -3814986 or 11979205. OLE color: 11979205.
HSL color Cylindrical-coordinate representation of color #C5C9B6: hue angle of 72.63º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5C9B6 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 182 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.21 |
| HSL | 72.63º | 0.15% | 0.75% | - |
| HSV(B) | 72.63º | 0.09% | 0.79% | - |
| XYZ | 52.36 | 57.02 | 52.5 | - |
| YUV | 197.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 182 | 0.02 | 0 | 0.09 | 0.21 | 72.63 | 0.15 | 0.75 |
| Hex | C5 | C9 | B6 | 2 | 0 | 9 | 15 | 49 | F | 4B |
| Octal | 305 | 311 | 266 | 2 | 0 | 11 | 25 | 111 | 17 | 113 |
| Binary | 11000101 | 11001001 | 10110110 | 10 | 0 | 1001 | 10101 | 1001001 | 1111 | 1001011 |
Color Harmonies of #C5C9B6
Complementary color
Monochromatic Colors of #C5C9B6
Black with #C5C9B6
Text Example
Text Example
White with #C5C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C9B6; }
p { color: rgb(197,201,182); }
H1.HeaderClassName
{
color: #C5C9B6;
}
.AnyTagClassName
{
color: #C5C9B6;
}
</style>
background-color css
<style>
a { background-color: #C5C9B6; }
a { background-color: rgb(197,201,182); }
div.DivClassName
{
background-color: #C5C9B6;
}
.BgClassName
{
background-color: #C5C9B6;
}
</style>
border-color css
<style>
span { border-color: #C5C9B6; }
span { border-color: rgb(197,201,182); }
td.TdClassName
{
border-color: #C5C9B6;
}
.TagClassName
{
border-color: #C5C9B6;
}
</style>