Shades of Harp #C0C3B7
Tints of Harp #C0C3B7
RGB
CMYK
RGB Variations
Color information
#C0C3B7 (or 0xC0C3B7) is known color: Harp. HEX triplet: C0, C3 and B7. RGB value is (192,195,183). Sum of RGB (Red+Green+Blue) = 192+195+183=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C3B7 is #3F3C48. Grayscale: #C0C0C0. Windows color (decimal): -4144201 or 12043200. OLE color: 12043200.
HSL color Cylindrical-coordinate representation of color #C0C3B7: hue angle of 75º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0C3B7 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 183 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.24 |
| HSL | 75º | 0.09% | 0.74% | - |
| HSV(B) | 75º | 0.06% | 0.76% | - |
| XYZ | 49.8 | 53.66 | 52.53 | - |
| YUV | 192.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 183 | 0.02 | 0 | 0.06 | 0.24 | 75 | 0.09 | 0.74 |
| Hex | C0 | C3 | B7 | 2 | 0 | 6 | 18 | 4B | 9 | 4A |
| Octal | 300 | 303 | 267 | 2 | 0 | 6 | 30 | 113 | 11 | 112 |
| Binary | 11000000 | 11000011 | 10110111 | 10 | 0 | 110 | 11000 | 1001011 | 1001 | 1001010 |
Color Harmonies of #C0C3B7
Complementary color
Monochromatic Colors of #C0C3B7
Black with #C0C3B7
Text Example
Text Example
White with #C0C3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C3B7; }
p { color: rgb(192,195,183); }
H1.HeaderClassName
{
color: #C0C3B7;
}
.AnyTagClassName
{
color: #C0C3B7;
}
</style>
background-color css
<style>
a { background-color: #C0C3B7; }
a { background-color: rgb(192,195,183); }
div.DivClassName
{
background-color: #C0C3B7;
}
.BgClassName
{
background-color: #C0C3B7;
}
</style>
border-color css
<style>
span { border-color: #C0C3B7; }
span { border-color: rgb(192,195,183); }
td.TdClassName
{
border-color: #C0C3B7;
}
.TagClassName
{
border-color: #C0C3B7;
}
</style>