Shades of Harp #C7C8BC
Tints of Harp #C7C8BC
RGB
CMYK
RGB Variations
Color information
#C7C8BC (or 0xC7C8BC) is known color: Harp. HEX triplet: C7, C8 and BC. RGB value is (199,200,188). Sum of RGB (Red+Green+Blue) = 199+200+188=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8BC is #383743. Grayscale: #C6C6C6. Windows color (decimal): -3684164 or 12372167. OLE color: 12372167.
HSL color Cylindrical-coordinate representation of color #C7C8BC: hue angle of 65º degrees, saturation: 0.1, 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 #C7C8BC is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 188 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.22 |
| HSL | 65º | 0.1% | 0.76% | - |
| HSV(B) | 65º | 0.06% | 0.78% | - |
| XYZ | 53.28 | 57.08 | 55.79 | - |
| YUV | 198.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 188 | 0.00 | 0 | 0.06 | 0.22 | 65 | 0.1 | 0.76 |
| Hex | C7 | C8 | BC | 0 | 0 | 6 | 16 | 41 | A | 4C |
| Octal | 307 | 310 | 274 | 0 | 0 | 6 | 26 | 101 | 12 | 114 |
| Binary | 11000111 | 11001000 | 10111100 | 0 | 0 | 110 | 10110 | 1000001 | 1010 | 1001100 |
Color Harmonies of #C7C8BC
Complementary color
Monochromatic Colors of #C7C8BC
Black with #C7C8BC
Text Example
Text Example
White with #C7C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C8BC; }
p { color: rgb(199,200,188); }
H1.HeaderClassName
{
color: #C7C8BC;
}
.AnyTagClassName
{
color: #C7C8BC;
}
</style>
background-color css
<style>
a { background-color: #C7C8BC; }
a { background-color: rgb(199,200,188); }
div.DivClassName
{
background-color: #C7C8BC;
}
.BgClassName
{
background-color: #C7C8BC;
}
</style>
border-color css
<style>
span { border-color: #C7C8BC; }
span { border-color: rgb(199,200,188); }
td.TdClassName
{
border-color: #C7C8BC;
}
.TagClassName
{
border-color: #C7C8BC;
}
</style>