Shades of Harp #C5CAB7
Tints of Harp #C5CAB7
RGB
CMYK
RGB Variations
Color information
#C5CAB7 (or 0xC5CAB7) is known color: Harp. HEX triplet: C5, CA and B7. RGB value is (197,202,183). Sum of RGB (Red+Green+Blue) = 197+202+183=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAB7 is #3A3548. Grayscale: #C6C6C6. Windows color (decimal): -3814729 or 12044997. OLE color: 12044997.
HSL color Cylindrical-coordinate representation of color #C5CAB7: hue angle of 75.79º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5CAB7 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 197 | 202 | 183 | - |
CMYK | 0.02 | 0 | 0.09 | 0.21 |
HSL | 75.79º | 0.15% | 0.75% | - |
HSV(B) | 75.79º | 0.09% | 0.79% | - |
XYZ | 52.69 | 57.53 | 53.13 | - |
YUV | 198.34 | 119.34 | 127.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 202 | 183 | 0.02 | 0 | 0.09 | 0.21 | 75.79 | 0.15 | 0.75 |
Hex | C5 | CA | B7 | 2 | 0 | 9 | 15 | 4C | F | 4B |
Octal | 305 | 312 | 267 | 2 | 0 | 11 | 25 | 114 | 17 | 113 |
Binary | 11000101 | 11001010 | 10110111 | 10 | 0 | 1001 | 10101 | 1001100 | 1111 | 1001011 |
Color Harmonies of #C5CAB7
Complementary color
Monochromatic Colors of #C5CAB7
Black with #C5CAB7
Text Example
Text Example
White with #C5CAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAB7; }
p { color: rgb(197,202,183); }
H1.HeaderClassName
{
color: #C5CAB7;
}
.AnyTagClassName
{
color: #C5CAB7;
}
</style>
background-color css
<style>
a { background-color: #C5CAB7; }
a { background-color: rgb(197,202,183); }
div.DivClassName
{
background-color: #C5CAB7;
}
.BgClassName
{
background-color: #C5CAB7;
}
</style>
border-color css
<style>
span { border-color: #C5CAB7; }
span { border-color: rgb(197,202,183); }
td.TdClassName
{
border-color: #C5CAB7;
}
.TagClassName
{
border-color: #C5CAB7;
}
</style>