Shades of Harp #C2C3BB
Tints of Harp #C2C3BB
RGB
CMYK
RGB Variations
Color information
#C2C3BB (or 0xC2C3BB) is known color: Harp. HEX triplet: C2, C3 and BB. RGB value is (194,195,187). Sum of RGB (Red+Green+Blue) = 194+195+187=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3BB is #3D3C44. Grayscale: #C1C1C1. Windows color (decimal): -4013125 or 12305346. OLE color: 12305346.
HSL color Cylindrical-coordinate representation of color #C2C3BB: hue angle of 67.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2C3BB is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 187 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.24 |
| HSL | 67.5º | 0.06% | 0.75% | - |
| HSV(B) | 67.5º | 0.04% | 0.76% | - |
| XYZ | 50.73 | 54.09 | 54.78 | - |
| YUV | 193.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 187 | 0.01 | 0 | 0.04 | 0.24 | 67.5 | 0.06 | 0.75 |
| Hex | C2 | C3 | BB | 1 | 0 | 4 | 18 | 44 | 6 | 4B |
| Octal | 302 | 303 | 273 | 1 | 0 | 4 | 30 | 104 | 6 | 113 |
| Binary | 11000010 | 11000011 | 10111011 | 1 | 0 | 100 | 11000 | 1000100 | 110 | 1001011 |
Color Harmonies of #C2C3BB
Complementary color
Monochromatic Colors of #C2C3BB
Black with #C2C3BB
Text Example
Text Example
White with #C2C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3BB; }
p { color: rgb(194,195,187); }
H1.HeaderClassName
{
color: #C2C3BB;
}
.AnyTagClassName
{
color: #C2C3BB;
}
</style>
background-color css
<style>
a { background-color: #C2C3BB; }
a { background-color: rgb(194,195,187); }
div.DivClassName
{
background-color: #C2C3BB;
}
.BgClassName
{
background-color: #C2C3BB;
}
</style>
border-color css
<style>
span { border-color: #C2C3BB; }
span { border-color: rgb(194,195,187); }
td.TdClassName
{
border-color: #C2C3BB;
}
.TagClassName
{
border-color: #C2C3BB;
}
</style>