Shades of Harp #C7CAC0
Tints of Harp #C7CAC0
RGB
CMYK
RGB Variations
Color information
#C7CAC0 (or 0xC7CAC0) is known color: Harp. HEX triplet: C7, CA and C0. RGB value is (199,202,192). Sum of RGB (Red+Green+Blue) = 199+202+192=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CAC0 is #38353F. Grayscale: #C8C8C8. Windows color (decimal): -3683648 or 12634823. OLE color: 12634823.
HSL color Cylindrical-coordinate representation of color #C7CAC0: hue angle of 78º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C7CAC0 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 192 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.21 |
| HSL | 78º | 0.09% | 0.77% | - |
| HSV(B) | 78º | 0.05% | 0.79% | - |
| XYZ | 54.19 | 58.19 | 58.24 | - |
| YUV | 199.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 192 | 0.01 | 0 | 0.05 | 0.21 | 78 | 0.09 | 0.77 |
| Hex | C7 | CA | C0 | 1 | 0 | 5 | 15 | 4E | 9 | 4D |
| Octal | 307 | 312 | 300 | 1 | 0 | 5 | 25 | 116 | 11 | 115 |
| Binary | 11000111 | 11001010 | 11000000 | 1 | 0 | 101 | 10101 | 1001110 | 1001 | 1001101 |
Color Harmonies of #C7CAC0
Complementary color
Monochromatic Colors of #C7CAC0
Black with #C7CAC0
Text Example
Text Example
White with #C7CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CAC0; }
p { color: rgb(199,202,192); }
H1.HeaderClassName
{
color: #C7CAC0;
}
.AnyTagClassName
{
color: #C7CAC0;
}
</style>
background-color css
<style>
a { background-color: #C7CAC0; }
a { background-color: rgb(199,202,192); }
div.DivClassName
{
background-color: #C7CAC0;
}
.BgClassName
{
background-color: #C7CAC0;
}
</style>
border-color css
<style>
span { border-color: #C7CAC0; }
span { border-color: rgb(199,202,192); }
td.TdClassName
{
border-color: #C7CAC0;
}
.TagClassName
{
border-color: #C7CAC0;
}
</style>