Shades of Harp #C7CABA
Tints of Harp #C7CABA
RGB
CMYK
RGB Variations
Color information
#C7CABA (or 0xC7CABA) is known color: Harp. HEX triplet: C7, CA and BA. RGB value is (199,202,186). Sum of RGB (Red+Green+Blue) = 199+202+186=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CABA is #383545. Grayscale: #C7C7C7. Windows color (decimal): -3683654 or 12241607. OLE color: 12241607.
HSL color Cylindrical-coordinate representation of color #C7CABA: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7CABA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 186 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.21 |
| HSL | 71.25º | 0.13% | 0.76% | - |
| HSV(B) | 71.25º | 0.08% | 0.79% | - |
| XYZ | 53.54 | 57.93 | 54.81 | - |
| YUV | 199.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 186 | 0.01 | 0 | 0.08 | 0.21 | 71.25 | 0.13 | 0.76 |
| Hex | C7 | CA | BA | 1 | 0 | 8 | 15 | 47 | D | 4C |
| Octal | 307 | 312 | 272 | 1 | 0 | 10 | 25 | 107 | 15 | 114 |
| Binary | 11000111 | 11001010 | 10111010 | 1 | 0 | 1000 | 10101 | 1000111 | 1101 | 1001100 |
Color Harmonies of #C7CABA
Complementary color
Monochromatic Colors of #C7CABA
Black with #C7CABA
Text Example
Text Example
White with #C7CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CABA; }
p { color: rgb(199,202,186); }
H1.HeaderClassName
{
color: #C7CABA;
}
.AnyTagClassName
{
color: #C7CABA;
}
</style>
background-color css
<style>
a { background-color: #C7CABA; }
a { background-color: rgb(199,202,186); }
div.DivClassName
{
background-color: #C7CABA;
}
.BgClassName
{
background-color: #C7CABA;
}
</style>
border-color css
<style>
span { border-color: #C7CABA; }
span { border-color: rgb(199,202,186); }
td.TdClassName
{
border-color: #C7CABA;
}
.TagClassName
{
border-color: #C7CABA;
}
</style>