Shades of Harp #C5C6BE
Tints of Harp #C5C6BE
RGB
CMYK
RGB Variations
Color information
#C5C6BE (or 0xC5C6BE) is known color: Harp. HEX triplet: C5, C6 and BE. RGB value is (197,198,190). Sum of RGB (Red+Green+Blue) = 197+198+190=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C6BE is #3A3941. Grayscale: #C4C4C4. Windows color (decimal): -3815746 or 12502725. OLE color: 12502725.
HSL color Cylindrical-coordinate representation of color #C5C6BE: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5C6BE is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 198 | 190 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.22 |
| HSL | 67.5º | 0.07% | 0.76% | - |
| HSV(B) | 67.5º | 0.04% | 0.78% | - |
| XYZ | 52.51 | 55.98 | 56.75 | - |
| YUV | 196.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 190 | 0.01 | 0 | 0.04 | 0.22 | 67.5 | 0.07 | 0.76 |
| Hex | C5 | C6 | BE | 1 | 0 | 4 | 16 | 44 | 7 | 4C |
| Octal | 305 | 306 | 276 | 1 | 0 | 4 | 26 | 104 | 7 | 114 |
| Binary | 11000101 | 11000110 | 10111110 | 1 | 0 | 100 | 10110 | 1000100 | 111 | 1001100 |
Color Harmonies of #C5C6BE
Complementary color
Monochromatic Colors of #C5C6BE
Black with #C5C6BE
Text Example
Text Example
White with #C5C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C6BE; }
p { color: rgb(197,198,190); }
H1.HeaderClassName
{
color: #C5C6BE;
}
.AnyTagClassName
{
color: #C5C6BE;
}
</style>
background-color css
<style>
a { background-color: #C5C6BE; }
a { background-color: rgb(197,198,190); }
div.DivClassName
{
background-color: #C5C6BE;
}
.BgClassName
{
background-color: #C5C6BE;
}
</style>
border-color css
<style>
span { border-color: #C5C6BE; }
span { border-color: rgb(197,198,190); }
td.TdClassName
{
border-color: #C5C6BE;
}
.TagClassName
{
border-color: #C5C6BE;
}
</style>