Shades of Harp #C7CABB
Tints of Harp #C7CABB
RGB
CMYK
RGB Variations
Color information
#C7CABB (or 0xC7CABB) is known color: Harp. HEX triplet: C7, CA and BB. RGB value is (199,202,187). Sum of RGB (Red+Green+Blue) = 199+202+187=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CABB is #383544. Grayscale: #C7C7C7. Windows color (decimal): -3683653 or 12307143. OLE color: 12307143.
HSL color Cylindrical-coordinate representation of color #C7CABB: hue angle of 72º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7CABB is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 187 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.21 |
| HSL | 72º | 0.12% | 0.76% | - |
| HSV(B) | 72º | 0.07% | 0.79% | - |
| XYZ | 53.64 | 57.97 | 55.38 | - |
| YUV | 199.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 187 | 0.01 | 0 | 0.07 | 0.21 | 72 | 0.12 | 0.76 |
| Hex | C7 | CA | BB | 1 | 0 | 7 | 15 | 48 | C | 4C |
| Octal | 307 | 312 | 273 | 1 | 0 | 7 | 25 | 110 | 14 | 114 |
| Binary | 11000111 | 11001010 | 10111011 | 1 | 0 | 111 | 10101 | 1001000 | 1100 | 1001100 |
Color Harmonies of #C7CABB
Complementary color
Monochromatic Colors of #C7CABB
Black with #C7CABB
Text Example
Text Example
White with #C7CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CABB; }
p { color: rgb(199,202,187); }
H1.HeaderClassName
{
color: #C7CABB;
}
.AnyTagClassName
{
color: #C7CABB;
}
</style>
background-color css
<style>
a { background-color: #C7CABB; }
a { background-color: rgb(199,202,187); }
div.DivClassName
{
background-color: #C7CABB;
}
.BgClassName
{
background-color: #C7CABB;
}
</style>
border-color css
<style>
span { border-color: #C7CABB; }
span { border-color: rgb(199,202,187); }
td.TdClassName
{
border-color: #C7CABB;
}
.TagClassName
{
border-color: #C7CABB;
}
</style>