Shades of Harp #C3C5BB
Tints of Harp #C3C5BB
RGB
CMYK
RGB Variations
Color information
#C3C5BB (or 0xC3C5BB) is known color: Harp. HEX triplet: C3, C5 and BB. RGB value is (195,197,187). Sum of RGB (Red+Green+Blue) = 195+197+187=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5BB is #3C3A44. Grayscale: #C3C3C3. Windows color (decimal): -3947077 or 12305859. OLE color: 12305859.
HSL color Cylindrical-coordinate representation of color #C3C5BB: hue angle of 72º 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 #C3C5BB is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 187 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.23 |
| HSL | 72º | 0.08% | 0.75% | - |
| HSV(B) | 72º | 0.05% | 0.77% | - |
| XYZ | 51.44 | 55.12 | 54.94 | - |
| YUV | 195.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 187 | 0.01 | 0 | 0.05 | 0.23 | 72 | 0.08 | 0.75 |
| Hex | C3 | C5 | BB | 1 | 0 | 5 | 17 | 48 | 8 | 4B |
| Octal | 303 | 305 | 273 | 1 | 0 | 5 | 27 | 110 | 10 | 113 |
| Binary | 11000011 | 11000101 | 10111011 | 1 | 0 | 101 | 10111 | 1001000 | 1000 | 1001011 |
Color Harmonies of #C3C5BB
Complementary color
Monochromatic Colors of #C3C5BB
Black with #C3C5BB
Text Example
Text Example
White with #C3C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5BB; }
p { color: rgb(195,197,187); }
H1.HeaderClassName
{
color: #C3C5BB;
}
.AnyTagClassName
{
color: #C3C5BB;
}
</style>
background-color css
<style>
a { background-color: #C3C5BB; }
a { background-color: rgb(195,197,187); }
div.DivClassName
{
background-color: #C3C5BB;
}
.BgClassName
{
background-color: #C3C5BB;
}
</style>
border-color css
<style>
span { border-color: #C3C5BB; }
span { border-color: rgb(195,197,187); }
td.TdClassName
{
border-color: #C3C5BB;
}
.TagClassName
{
border-color: #C3C5BB;
}
</style>