Shades of Harp #C4C5BC
Tints of Harp #C4C5BC
RGB
CMYK
RGB Variations
Color information
#C4C5BC (or 0xC4C5BC) is known color: Harp. HEX triplet: C4, C5 and BC. RGB value is (196,197,188). Sum of RGB (Red+Green+Blue) = 196+197+188=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C5BC is #3B3A43. Grayscale: #C3C3C3. Windows color (decimal): -3881540 or 12371396. OLE color: 12371396.
HSL color Cylindrical-coordinate representation of color #C4C5BC: hue angle of 66.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4C5BC is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 188 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.23 |
| HSL | 66.67º | 0.07% | 0.75% | - |
| HSV(B) | 66.67º | 0.05% | 0.77% | - |
| XYZ | 51.81 | 55.3 | 55.52 | - |
| YUV | 195.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 188 | 0.01 | 0 | 0.05 | 0.23 | 66.67 | 0.07 | 0.75 |
| Hex | C4 | C5 | BC | 1 | 0 | 5 | 17 | 43 | 7 | 4B |
| Octal | 304 | 305 | 274 | 1 | 0 | 5 | 27 | 103 | 7 | 113 |
| Binary | 11000100 | 11000101 | 10111100 | 1 | 0 | 101 | 10111 | 1000011 | 111 | 1001011 |
Color Harmonies of #C4C5BC
Complementary color
Monochromatic Colors of #C4C5BC
Black with #C4C5BC
Text Example
Text Example
White with #C4C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C5BC; }
p { color: rgb(196,197,188); }
H1.HeaderClassName
{
color: #C4C5BC;
}
.AnyTagClassName
{
color: #C4C5BC;
}
</style>
background-color css
<style>
a { background-color: #C4C5BC; }
a { background-color: rgb(196,197,188); }
div.DivClassName
{
background-color: #C4C5BC;
}
.BgClassName
{
background-color: #C4C5BC;
}
</style>
border-color css
<style>
span { border-color: #C4C5BC; }
span { border-color: rgb(196,197,188); }
td.TdClassName
{
border-color: #C4C5BC;
}
.TagClassName
{
border-color: #C4C5BC;
}
</style>