Shades of Harp #C3C5BA
Tints of Harp #C3C5BA
RGB
CMYK
RGB Variations
Color information
#C3C5BA (or 0xC3C5BA) is known color: Harp. HEX triplet: C3, C5 and BA. RGB value is (195,197,186). Sum of RGB (Red+Green+Blue) = 195+197+186=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5BA is #3C3A45. Grayscale: #C3C3C3. Windows color (decimal): -3947078 or 12240323. OLE color: 12240323.
HSL color Cylindrical-coordinate representation of color #C3C5BA: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3C5BA is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 186 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.23 |
| HSL | 70.91º | 0.09% | 0.75% | - |
| HSV(B) | 70.91º | 0.06% | 0.77% | - |
| XYZ | 51.33 | 55.08 | 54.38 | - |
| YUV | 195.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 186 | 0.01 | 0 | 0.06 | 0.23 | 70.91 | 0.09 | 0.75 |
| Hex | C3 | C5 | BA | 1 | 0 | 6 | 17 | 47 | 9 | 4B |
| Octal | 303 | 305 | 272 | 1 | 0 | 6 | 27 | 107 | 11 | 113 |
| Binary | 11000011 | 11000101 | 10111010 | 1 | 0 | 110 | 10111 | 1000111 | 1001 | 1001011 |
Color Harmonies of #C3C5BA
Complementary color
Monochromatic Colors of #C3C5BA
Black with #C3C5BA
Text Example
Text Example
White with #C3C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5BA; }
p { color: rgb(195,197,186); }
H1.HeaderClassName
{
color: #C3C5BA;
}
.AnyTagClassName
{
color: #C3C5BA;
}
</style>
background-color css
<style>
a { background-color: #C3C5BA; }
a { background-color: rgb(195,197,186); }
div.DivClassName
{
background-color: #C3C5BA;
}
.BgClassName
{
background-color: #C3C5BA;
}
</style>
border-color css
<style>
span { border-color: #C3C5BA; }
span { border-color: rgb(195,197,186); }
td.TdClassName
{
border-color: #C3C5BA;
}
.TagClassName
{
border-color: #C3C5BA;
}
</style>