Shades of Harp #C6C8B6
Tints of Harp #C6C8B6
RGB
CMYK
RGB Variations
Color information
#C6C8B6 (or 0xC6C8B6) is known color: Harp. HEX triplet: C6, C8 and B6. RGB value is (198,200,182). Sum of RGB (Red+Green+Blue) = 198+200+182=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8B6 is #393749. Grayscale: #C5C5C5. Windows color (decimal): -3749706 or 11978950. OLE color: 11978950.
HSL color Cylindrical-coordinate representation of color #C6C8B6: hue angle of 66.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6C8B6 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 182 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.22 |
| HSL | 66.67º | 0.14% | 0.75% | - |
| HSV(B) | 66.67º | 0.09% | 0.78% | - |
| XYZ | 52.39 | 56.69 | 52.44 | - |
| YUV | 197.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 182 | 0.01 | 0 | 0.09 | 0.22 | 66.67 | 0.14 | 0.75 |
| Hex | C6 | C8 | B6 | 1 | 0 | 9 | 16 | 43 | E | 4B |
| Octal | 306 | 310 | 266 | 1 | 0 | 11 | 26 | 103 | 16 | 113 |
| Binary | 11000110 | 11001000 | 10110110 | 1 | 0 | 1001 | 10110 | 1000011 | 1110 | 1001011 |
Color Harmonies of #C6C8B6
Complementary color
Monochromatic Colors of #C6C8B6
Black with #C6C8B6
Text Example
Text Example
White with #C6C8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8B6; }
p { color: rgb(198,200,182); }
H1.HeaderClassName
{
color: #C6C8B6;
}
.AnyTagClassName
{
color: #C6C8B6;
}
</style>
background-color css
<style>
a { background-color: #C6C8B6; }
a { background-color: rgb(198,200,182); }
div.DivClassName
{
background-color: #C6C8B6;
}
.BgClassName
{
background-color: #C6C8B6;
}
</style>
border-color css
<style>
span { border-color: #C6C8B6; }
span { border-color: rgb(198,200,182); }
td.TdClassName
{
border-color: #C6C8B6;
}
.TagClassName
{
border-color: #C6C8B6;
}
</style>