Shades of Harp #C5C7BC
Tints of Harp #C5C7BC
RGB
CMYK
RGB Variations
Color information
#C5C7BC (or 0xC5C7BC) is known color: Harp. HEX triplet: C5, C7 and BC. RGB value is (197,199,188). Sum of RGB (Red+Green+Blue) = 197+199+188=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C7BC is #3A3843. Grayscale: #C5C5C5. Windows color (decimal): -3815492 or 12371909. OLE color: 12371909.
HSL color Cylindrical-coordinate representation of color #C5C7BC: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5C7BC is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 188 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.22 |
| HSL | 70.91º | 0.09% | 0.76% | - |
| HSV(B) | 70.91º | 0.06% | 0.78% | - |
| XYZ | 52.53 | 56.35 | 55.68 | - |
| YUV | 197.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 188 | 0.01 | 0 | 0.06 | 0.22 | 70.91 | 0.09 | 0.76 |
| Hex | C5 | C7 | BC | 1 | 0 | 6 | 16 | 47 | 9 | 4C |
| Octal | 305 | 307 | 274 | 1 | 0 | 6 | 26 | 107 | 11 | 114 |
| Binary | 11000101 | 11000111 | 10111100 | 1 | 0 | 110 | 10110 | 1000111 | 1001 | 1001100 |
Color Harmonies of #C5C7BC
Complementary color
Monochromatic Colors of #C5C7BC
Black with #C5C7BC
Text Example
Text Example
White with #C5C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7BC; }
p { color: rgb(197,199,188); }
H1.HeaderClassName
{
color: #C5C7BC;
}
.AnyTagClassName
{
color: #C5C7BC;
}
</style>
background-color css
<style>
a { background-color: #C5C7BC; }
a { background-color: rgb(197,199,188); }
div.DivClassName
{
background-color: #C5C7BC;
}
.BgClassName
{
background-color: #C5C7BC;
}
</style>
border-color css
<style>
span { border-color: #C5C7BC; }
span { border-color: rgb(197,199,188); }
td.TdClassName
{
border-color: #C5C7BC;
}
.TagClassName
{
border-color: #C5C7BC;
}
</style>