Shades of Harp #C2C4BC
Tints of Harp #C2C4BC
RGB
CMYK
RGB Variations
Color information
#C2C4BC (or 0xC2C4BC) is known color: Harp. HEX triplet: C2, C4 and BC. RGB value is (194,196,188). Sum of RGB (Red+Green+Blue) = 194+196+188=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C4BC is #3D3B43. Grayscale: #C2C2C2. Windows color (decimal): -4012868 or 12371138. OLE color: 12371138.
HSL color Cylindrical-coordinate representation of color #C2C4BC: hue angle of 75º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2C4BC is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 188 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.23 |
| HSL | 75º | 0.06% | 0.75% | - |
| HSV(B) | 75º | 0.04% | 0.77% | - |
| XYZ | 51.07 | 54.58 | 55.42 | - |
| YUV | 194.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 188 | 0.01 | 0 | 0.04 | 0.23 | 75 | 0.06 | 0.75 |
| Hex | C2 | C4 | BC | 1 | 0 | 4 | 17 | 4B | 6 | 4B |
| Octal | 302 | 304 | 274 | 1 | 0 | 4 | 27 | 113 | 6 | 113 |
| Binary | 11000010 | 11000100 | 10111100 | 1 | 0 | 100 | 10111 | 1001011 | 110 | 1001011 |
Color Harmonies of #C2C4BC
Complementary color
Monochromatic Colors of #C2C4BC
Black with #C2C4BC
Text Example
Text Example
White with #C2C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C4BC; }
p { color: rgb(194,196,188); }
H1.HeaderClassName
{
color: #C2C4BC;
}
.AnyTagClassName
{
color: #C2C4BC;
}
</style>
background-color css
<style>
a { background-color: #C2C4BC; }
a { background-color: rgb(194,196,188); }
div.DivClassName
{
background-color: #C2C4BC;
}
.BgClassName
{
background-color: #C2C4BC;
}
</style>
border-color css
<style>
span { border-color: #C2C4BC; }
span { border-color: rgb(194,196,188); }
td.TdClassName
{
border-color: #C2C4BC;
}
.TagClassName
{
border-color: #C2C4BC;
}
</style>