Shades of Harp #C5C7B9
Tints of Harp #C5C7B9
RGB
CMYK
RGB Variations
Color information
#C5C7B9 (or 0xC5C7B9) is known color: Harp. HEX triplet: C5, C7 and B9. RGB value is (197,199,185). Sum of RGB (Red+Green+Blue) = 197+199+185=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C7B9 is #3A3846. Grayscale: #C4C4C4. Windows color (decimal): -3815495 or 12175301. OLE color: 12175301.
HSL color Cylindrical-coordinate representation of color #C5C7B9: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5C7B9 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
RGB | 197 | 199 | 185 | - |
CMYK | 0.01 | 0 | 0.07 | 0.22 |
HSL | 68.57º | 0.11% | 0.75% | - |
HSV(B) | 68.57º | 0.07% | 0.78% | - |
XYZ | 52.21 | 56.22 | 54 | - |
YUV | 196.81 | 121.34 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 199 | 185 | 0.01 | 0 | 0.07 | 0.22 | 68.57 | 0.11 | 0.75 |
Hex | C5 | C7 | B9 | 1 | 0 | 7 | 16 | 45 | B | 4B |
Octal | 305 | 307 | 271 | 1 | 0 | 7 | 26 | 105 | 13 | 113 |
Binary | 11000101 | 11000111 | 10111001 | 1 | 0 | 111 | 10110 | 1000101 | 1011 | 1001011 |
Color Harmonies of #C5C7B9
Complementary color
Monochromatic Colors of #C5C7B9
Black with #C5C7B9
Text Example
Text Example
White with #C5C7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C7B9; }
p { color: rgb(197,199,185); }
H1.HeaderClassName
{
color: #C5C7B9;
}
.AnyTagClassName
{
color: #C5C7B9;
}
</style>
background-color css
<style>
a { background-color: #C5C7B9; }
a { background-color: rgb(197,199,185); }
div.DivClassName
{
background-color: #C5C7B9;
}
.BgClassName
{
background-color: #C5C7B9;
}
</style>
border-color css
<style>
span { border-color: #C5C7B9; }
span { border-color: rgb(197,199,185); }
td.TdClassName
{
border-color: #C5C7B9;
}
.TagClassName
{
border-color: #C5C7B9;
}
</style>