Shades of Harp #C2C5BC
Tints of Harp #C2C5BC
RGB
CMYK
RGB Variations
Color information
#C2C5BC (or 0xC2C5BC) is known color: Harp. HEX triplet: C2, C5 and BC. RGB value is (194,197,188). Sum of RGB (Red+Green+Blue) = 194+197+188=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5BC is #3D3A43. Grayscale: #C3C3C3. Windows color (decimal): -4012612 or 12371394. OLE color: 12371394.
HSL color Cylindrical-coordinate representation of color #C2C5BC: hue angle of 80º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C5BC is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 188 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.23 |
| HSL | 80º | 0.07% | 0.75% | - |
| HSV(B) | 80º | 0.05% | 0.77% | - |
| XYZ | 51.29 | 55.03 | 55.5 | - |
| YUV | 195.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 188 | 0.02 | 0 | 0.05 | 0.23 | 80 | 0.07 | 0.75 |
| Hex | C2 | C5 | BC | 2 | 0 | 5 | 17 | 50 | 7 | 4B |
| Octal | 302 | 305 | 274 | 2 | 0 | 5 | 27 | 120 | 7 | 113 |
| Binary | 11000010 | 11000101 | 10111100 | 10 | 0 | 101 | 10111 | 1010000 | 111 | 1001011 |
Color Harmonies of #C2C5BC
Complementary color
Monochromatic Colors of #C2C5BC
Black with #C2C5BC
Text Example
Text Example
White with #C2C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5BC; }
p { color: rgb(194,197,188); }
H1.HeaderClassName
{
color: #C2C5BC;
}
.AnyTagClassName
{
color: #C2C5BC;
}
</style>
background-color css
<style>
a { background-color: #C2C5BC; }
a { background-color: rgb(194,197,188); }
div.DivClassName
{
background-color: #C2C5BC;
}
.BgClassName
{
background-color: #C2C5BC;
}
</style>
border-color css
<style>
span { border-color: #C2C5BC; }
span { border-color: rgb(194,197,188); }
td.TdClassName
{
border-color: #C2C5BC;
}
.TagClassName
{
border-color: #C2C5BC;
}
</style>