Shades of Harp #C0C2B9
Tints of Harp #C0C2B9
RGB
CMYK
RGB Variations
Color information
#C0C2B9 (or 0xC0C2B9) is known color: Harp. HEX triplet: C0, C2 and B9. RGB value is (192,194,185). Sum of RGB (Red+Green+Blue) = 192+194+185=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2B9 is #3F3D46. Grayscale: #C0C0C0. Windows color (decimal): -4144455 or 12174016. OLE color: 12174016.
HSL color Cylindrical-coordinate representation of color #C0C2B9: hue angle of 73.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C2B9 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 192 | 194 | 185 | - |
CMYK | 0.01 | 0 | 0.05 | 0.24 |
HSL | 73.33º | 0.07% | 0.74% | - |
HSV(B) | 73.33º | 0.05% | 0.76% | - |
XYZ | 49.79 | 53.29 | 53.56 | - |
YUV | 192.38 | 123.84 | 127.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 194 | 185 | 0.01 | 0 | 0.05 | 0.24 | 73.33 | 0.07 | 0.74 |
Hex | C0 | C2 | B9 | 1 | 0 | 5 | 18 | 49 | 7 | 4A |
Octal | 300 | 302 | 271 | 1 | 0 | 5 | 30 | 111 | 7 | 112 |
Binary | 11000000 | 11000010 | 10111001 | 1 | 0 | 101 | 11000 | 1001001 | 111 | 1001010 |
Color Harmonies of #C0C2B9
Complementary color
Monochromatic Colors of #C0C2B9
Black with #C0C2B9
Text Example
Text Example
White with #C0C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2B9; }
p { color: rgb(192,194,185); }
H1.HeaderClassName
{
color: #C0C2B9;
}
.AnyTagClassName
{
color: #C0C2B9;
}
</style>
background-color css
<style>
a { background-color: #C0C2B9; }
a { background-color: rgb(192,194,185); }
div.DivClassName
{
background-color: #C0C2B9;
}
.BgClassName
{
background-color: #C0C2B9;
}
</style>
border-color css
<style>
span { border-color: #C0C2B9; }
span { border-color: rgb(192,194,185); }
td.TdClassName
{
border-color: #C0C2B9;
}
.TagClassName
{
border-color: #C0C2B9;
}
</style>