Shades of Harp #C2C6B8
Tints of Harp #C2C6B8
RGB
CMYK
RGB Variations
Color information
#C2C6B8 (or 0xC2C6B8) is known color: Harp. HEX triplet: C2, C6 and B8. RGB value is (194,198,184). Sum of RGB (Red+Green+Blue) = 194+198+184=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 198 - color contains mainly: green. Hex color #C2C6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C6B8 is #3D3947. Grayscale: #C3C3C3. Windows color (decimal): -4012360 or 12109506. OLE color: 12109506.
HSL color Cylindrical-coordinate representation of color #C2C6B8: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2C6B8 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 198 | 184 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.22 |
| HSL | 77.14º | 0.11% | 0.75% | - |
| HSV(B) | 77.14º | 0.07% | 0.78% | - |
| XYZ | 51.09 | 55.32 | 53.33 | - |
| YUV | 195.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 198 | 184 | 0.02 | 0 | 0.07 | 0.22 | 77.14 | 0.11 | 0.75 |
| Hex | C2 | C6 | B8 | 2 | 0 | 7 | 16 | 4D | B | 4B |
| Octal | 302 | 306 | 270 | 2 | 0 | 7 | 26 | 115 | 13 | 113 |
| Binary | 11000010 | 11000110 | 10111000 | 10 | 0 | 111 | 10110 | 1001101 | 1011 | 1001011 |
Color Harmonies of #C2C6B8
Complementary color
Monochromatic Colors of #C2C6B8
Black with #C2C6B8
Text Example
Text Example
White with #C2C6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C6B8; }
p { color: rgb(194,198,184); }
H1.HeaderClassName
{
color: #C2C6B8;
}
.AnyTagClassName
{
color: #C2C6B8;
}
</style>
background-color css
<style>
a { background-color: #C2C6B8; }
a { background-color: rgb(194,198,184); }
div.DivClassName
{
background-color: #C2C6B8;
}
.BgClassName
{
background-color: #C2C6B8;
}
</style>
border-color css
<style>
span { border-color: #C2C6B8; }
span { border-color: rgb(194,198,184); }
td.TdClassName
{
border-color: #C2C6B8;
}
.TagClassName
{
border-color: #C2C6B8;
}
</style>