Shades of Harp #C7C8BD
Tints of Harp #C7C8BD
RGB
CMYK
RGB Variations
Color information
#C7C8BD (or 0xC7C8BD) is known color: Harp. HEX triplet: C7, C8 and BD. RGB value is (199,200,189). Sum of RGB (Red+Green+Blue) = 199+200+189=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8BD is #383742. Grayscale: #C6C6C6. Windows color (decimal): -3684163 or 12437703. OLE color: 12437703.
HSL color Cylindrical-coordinate representation of color #C7C8BD: hue angle of 65.45º 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 #C7C8BD is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 189 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.22 |
| HSL | 65.45º | 0.09% | 0.76% | - |
| HSV(B) | 65.45º | 0.06% | 0.78% | - |
| XYZ | 53.39 | 57.12 | 56.36 | - |
| YUV | 198.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 189 | 0.00 | 0 | 0.06 | 0.22 | 65.45 | 0.09 | 0.76 |
| Hex | C7 | C8 | BD | 0 | 0 | 6 | 16 | 41 | 9 | 4C |
| Octal | 307 | 310 | 275 | 0 | 0 | 6 | 26 | 101 | 11 | 114 |
| Binary | 11000111 | 11001000 | 10111101 | 0 | 0 | 110 | 10110 | 1000001 | 1001 | 1001100 |
Color Harmonies of #C7C8BD
Complementary color
Monochromatic Colors of #C7C8BD
Black with #C7C8BD
Text Example
Text Example
White with #C7C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C8BD; }
p { color: rgb(199,200,189); }
H1.HeaderClassName
{
color: #C7C8BD;
}
.AnyTagClassName
{
color: #C7C8BD;
}
</style>
background-color css
<style>
a { background-color: #C7C8BD; }
a { background-color: rgb(199,200,189); }
div.DivClassName
{
background-color: #C7C8BD;
}
.BgClassName
{
background-color: #C7C8BD;
}
</style>
border-color css
<style>
span { border-color: #C7C8BD; }
span { border-color: rgb(199,200,189); }
td.TdClassName
{
border-color: #C7C8BD;
}
.TagClassName
{
border-color: #C7C8BD;
}
</style>