Shades of Harp #C5CAB1
Tints of Harp #C5CAB1
RGB
CMYK
RGB Variations
Color information
#C5CAB1 (or 0xC5CAB1) is known color: Harp. HEX triplet: C5, CA and B1. RGB value is (197,202,177). Sum of RGB (Red+Green+Blue) = 197+202+177=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CAB1 is #3A354E. Grayscale: #C5C5C5. Windows color (decimal): -3814735 or 11651781. OLE color: 11651781.
HSL color Cylindrical-coordinate representation of color #C5CAB1: hue angle of 72º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5CAB1 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 177 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.21 |
| HSL | 72º | 0.19% | 0.74% | - |
| HSV(B) | 72º | 0.12% | 0.79% | - |
| XYZ | 52.08 | 57.29 | 49.91 | - |
| YUV | 197.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 177 | 0.02 | 0 | 0.12 | 0.21 | 72 | 0.19 | 0.74 |
| Hex | C5 | CA | B1 | 2 | 0 | C | 15 | 48 | 13 | 4A |
| Octal | 305 | 312 | 261 | 2 | 0 | 14 | 25 | 110 | 23 | 112 |
| Binary | 11000101 | 11001010 | 10110001 | 10 | 0 | 1100 | 10101 | 1001000 | 10011 | 1001010 |
Color Harmonies of #C5CAB1
Complementary color
Monochromatic Colors of #C5CAB1
Black with #C5CAB1
Text Example
Text Example
White with #C5CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CAB1; }
p { color: rgb(197,202,177); }
H1.HeaderClassName
{
color: #C5CAB1;
}
.AnyTagClassName
{
color: #C5CAB1;
}
</style>
background-color css
<style>
a { background-color: #C5CAB1; }
a { background-color: rgb(197,202,177); }
div.DivClassName
{
background-color: #C5CAB1;
}
.BgClassName
{
background-color: #C5CAB1;
}
</style>
border-color css
<style>
span { border-color: #C5CAB1; }
span { border-color: rgb(197,202,177); }
td.TdClassName
{
border-color: #C5CAB1;
}
.TagClassName
{
border-color: #C5CAB1;
}
</style>