Shades of Harp #C5CAB4
Tints of Harp #C5CAB4
RGB
CMYK
RGB Variations
Color information
#C5CAB4 (or 0xC5CAB4) is known color: Harp. HEX triplet: C5, CA and B4. RGB value is (197,202,180). Sum of RGB (Red+Green+Blue) = 197+202+180=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAB4 is #3A354B. Grayscale: #C6C6C6. Windows color (decimal): -3814732 or 11848389. OLE color: 11848389.
HSL color Cylindrical-coordinate representation of color #C5CAB4: hue angle of 73.64º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CAB4 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 180 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.21 |
| HSL | 73.64º | 0.17% | 0.75% | - |
| HSV(B) | 73.64º | 0.11% | 0.79% | - |
| XYZ | 52.38 | 57.41 | 51.5 | - |
| YUV | 198 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 180 | 0.02 | 0 | 0.11 | 0.21 | 73.64 | 0.17 | 0.75 |
| Hex | C5 | CA | B4 | 2 | 0 | B | 15 | 4A | 11 | 4B |
| Octal | 305 | 312 | 264 | 2 | 0 | 13 | 25 | 112 | 21 | 113 |
| Binary | 11000101 | 11001010 | 10110100 | 10 | 0 | 1011 | 10101 | 1001010 | 10001 | 1001011 |
Color Harmonies of #C5CAB4
Complementary color
Monochromatic Colors of #C5CAB4
Black with #C5CAB4
Text Example
Text Example
White with #C5CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAB4; }
p { color: rgb(197,202,180); }
H1.HeaderClassName
{
color: #C5CAB4;
}
.AnyTagClassName
{
color: #C5CAB4;
}
</style>
background-color css
<style>
a { background-color: #C5CAB4; }
a { background-color: rgb(197,202,180); }
div.DivClassName
{
background-color: #C5CAB4;
}
.BgClassName
{
background-color: #C5CAB4;
}
</style>
border-color css
<style>
span { border-color: #C5CAB4; }
span { border-color: rgb(197,202,180); }
td.TdClassName
{
border-color: #C5CAB4;
}
.TagClassName
{
border-color: #C5CAB4;
}
</style>