Shades of Harp #C3C5BC
Tints of Harp #C3C5BC
RGB
CMYK
RGB Variations
Color information
#C3C5BC (or 0xC3C5BC) is known color: Harp. HEX triplet: C3, C5 and BC. RGB value is (195,197,188). Sum of RGB (Red+Green+Blue) = 195+197+188=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5BC is #3C3A43. Grayscale: #C3C3C3. Windows color (decimal): -3947076 or 12371395. OLE color: 12371395.
HSL color Cylindrical-coordinate representation of color #C3C5BC: hue angle of 73.33º 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 #C3C5BC is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 188 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.23 |
| HSL | 73.33º | 0.07% | 0.75% | - |
| HSV(B) | 73.33º | 0.05% | 0.77% | - |
| XYZ | 51.55 | 55.17 | 55.51 | - |
| YUV | 195.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 188 | 0.01 | 0 | 0.05 | 0.23 | 73.33 | 0.07 | 0.75 |
| Hex | C3 | C5 | BC | 1 | 0 | 5 | 17 | 49 | 7 | 4B |
| Octal | 303 | 305 | 274 | 1 | 0 | 5 | 27 | 111 | 7 | 113 |
| Binary | 11000011 | 11000101 | 10111100 | 1 | 0 | 101 | 10111 | 1001001 | 111 | 1001011 |
Color Harmonies of #C3C5BC
Complementary color
Monochromatic Colors of #C3C5BC
Black with #C3C5BC
Text Example
Text Example
White with #C3C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5BC; }
p { color: rgb(195,197,188); }
H1.HeaderClassName
{
color: #C3C5BC;
}
.AnyTagClassName
{
color: #C3C5BC;
}
</style>
background-color css
<style>
a { background-color: #C3C5BC; }
a { background-color: rgb(195,197,188); }
div.DivClassName
{
background-color: #C3C5BC;
}
.BgClassName
{
background-color: #C3C5BC;
}
</style>
border-color css
<style>
span { border-color: #C3C5BC; }
span { border-color: rgb(195,197,188); }
td.TdClassName
{
border-color: #C3C5BC;
}
.TagClassName
{
border-color: #C3C5BC;
}
</style>