Shades of Harp #C1C4BA
Tints of Harp #C1C4BA
RGB
CMYK
RGB Variations
Color information
#C1C4BA (or 0xC1C4BA) is known color: Harp. HEX triplet: C1, C4 and BA. RGB value is (193,196,186). Sum of RGB (Red+Green+Blue) = 193+196+186=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C4BA is #3E3B45. Grayscale: #C2C2C2. Windows color (decimal): -4078406 or 12240065. OLE color: 12240065.
HSL color Cylindrical-coordinate representation of color #C1C4BA: hue angle of 78º degrees, saturation: 0.08, 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 #C1C4BA is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 196 | 186 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.23 |
| HSL | 78º | 0.08% | 0.75% | - |
| HSV(B) | 78º | 0.05% | 0.77% | - |
| XYZ | 50.6 | 54.36 | 54.28 | - |
| YUV | 193.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 196 | 186 | 0.02 | 0 | 0.05 | 0.23 | 78 | 0.08 | 0.75 |
| Hex | C1 | C4 | BA | 2 | 0 | 5 | 17 | 4E | 8 | 4B |
| Octal | 301 | 304 | 272 | 2 | 0 | 5 | 27 | 116 | 10 | 113 |
| Binary | 11000001 | 11000100 | 10111010 | 10 | 0 | 101 | 10111 | 1001110 | 1000 | 1001011 |
Color Harmonies of #C1C4BA
Complementary color
Monochromatic Colors of #C1C4BA
Black with #C1C4BA
Text Example
Text Example
White with #C1C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C4BA; }
p { color: rgb(193,196,186); }
H1.HeaderClassName
{
color: #C1C4BA;
}
.AnyTagClassName
{
color: #C1C4BA;
}
</style>
background-color css
<style>
a { background-color: #C1C4BA; }
a { background-color: rgb(193,196,186); }
div.DivClassName
{
background-color: #C1C4BA;
}
.BgClassName
{
background-color: #C1C4BA;
}
</style>
border-color css
<style>
span { border-color: #C1C4BA; }
span { border-color: rgb(193,196,186); }
td.TdClassName
{
border-color: #C1C4BA;
}
.TagClassName
{
border-color: #C1C4BA;
}
</style>