Shades of Harp #C6C7C1
Tints of Harp #C6C7C1
RGB
CMYK
RGB Variations
Color information
#C6C7C1 (or 0xC6C7C1) is known color: Harp. HEX triplet: C6, C7 and C1. RGB value is (198,199,193). Sum of RGB (Red+Green+Blue) = 198+199+193=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C7C1 is #39383E. Grayscale: #C6C6C6. Windows color (decimal): -3749951 or 12699590. OLE color: 12699590.
HSL color Cylindrical-coordinate representation of color #C6C7C1: hue angle of 70º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6C7C1 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 193 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.22 |
| HSL | 70º | 0.05% | 0.77% | - |
| HSV(B) | 70º | 0.03% | 0.78% | - |
| XYZ | 53.34 | 56.7 | 58.59 | - |
| YUV | 198.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 193 | 0.01 | 0 | 0.03 | 0.22 | 70 | 0.05 | 0.77 |
| Hex | C6 | C7 | C1 | 1 | 0 | 3 | 16 | 46 | 5 | 4D |
| Octal | 306 | 307 | 301 | 1 | 0 | 3 | 26 | 106 | 5 | 115 |
| Binary | 11000110 | 11000111 | 11000001 | 1 | 0 | 11 | 10110 | 1000110 | 101 | 1001101 |
Color Harmonies of #C6C7C1
Complementary color
Monochromatic Colors of #C6C7C1
Black with #C6C7C1
Text Example
Text Example
White with #C6C7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C7C1; }
p { color: rgb(198,199,193); }
H1.HeaderClassName
{
color: #C6C7C1;
}
.AnyTagClassName
{
color: #C6C7C1;
}
</style>
background-color css
<style>
a { background-color: #C6C7C1; }
a { background-color: rgb(198,199,193); }
div.DivClassName
{
background-color: #C6C7C1;
}
.BgClassName
{
background-color: #C6C7C1;
}
</style>
border-color css
<style>
span { border-color: #C6C7C1; }
span { border-color: rgb(198,199,193); }
td.TdClassName
{
border-color: #C6C7C1;
}
.TagClassName
{
border-color: #C6C7C1;
}
</style>