Shades of Harp #C7C8BE
Tints of Harp #C7C8BE
RGB
CMYK
RGB Variations
Color information
#C7C8BE (or 0xC7C8BE) is known color: Harp. HEX triplet: C7, C8 and BE. RGB value is (199,200,190). Sum of RGB (Red+Green+Blue) = 199+200+190=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8BE is #383741. Grayscale: #C6C6C6. Windows color (decimal): -3684162 or 12503239. OLE color: 12503239.
HSL color Cylindrical-coordinate representation of color #C7C8BE: hue angle of 66º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7C8BE is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 190 | - |
| CMYK | 0.00 | 0 | 0.05 | 0.22 |
| HSL | 66º | 0.08% | 0.76% | - |
| HSV(B) | 66º | 0.05% | 0.78% | - |
| XYZ | 53.5 | 57.17 | 56.93 | - |
| YUV | 198.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 190 | 0.00 | 0 | 0.05 | 0.22 | 66 | 0.08 | 0.76 |
| Hex | C7 | C8 | BE | 0 | 0 | 5 | 16 | 42 | 8 | 4C |
| Octal | 307 | 310 | 276 | 0 | 0 | 5 | 26 | 102 | 10 | 114 |
| Binary | 11000111 | 11001000 | 10111110 | 0 | 0 | 101 | 10110 | 1000010 | 1000 | 1001100 |
Color Harmonies of #C7C8BE
Complementary color
Monochromatic Colors of #C7C8BE
Black with #C7C8BE
Text Example
Text Example
White with #C7C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C8BE; }
p { color: rgb(199,200,190); }
H1.HeaderClassName
{
color: #C7C8BE;
}
.AnyTagClassName
{
color: #C7C8BE;
}
</style>
background-color css
<style>
a { background-color: #C7C8BE; }
a { background-color: rgb(199,200,190); }
div.DivClassName
{
background-color: #C7C8BE;
}
.BgClassName
{
background-color: #C7C8BE;
}
</style>
border-color css
<style>
span { border-color: #C7C8BE; }
span { border-color: rgb(199,200,190); }
td.TdClassName
{
border-color: #C7C8BE;
}
.TagClassName
{
border-color: #C7C8BE;
}
</style>