Shades of Dark Khaki #C7C072
Tints of Dark Khaki #C7C072
RGB
CMYK
RGB Variations
Color information
#C7C072 (or 0xC7C072) is known color: Dark Khaki. HEX triplet: C7, C0 and 72. RGB value is (199,192,114). Sum of RGB (Red+Green+Blue) = 199+192+114=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C072 is #383F8D. Grayscale: #B9B9B9. Windows color (decimal): -3686286 or 7520455. OLE color: 7520455.
HSL color Cylindrical-coordinate representation of color #C7C072: hue angle of 55.06º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7C072 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 114 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.22 |
| HSL | 55.06º | 0.43% | 0.61% | - |
| HSV(B) | 55.06º | 0.43% | 0.78% | - |
| XYZ | 45.44 | 51.06 | 23.38 | - |
| YUV | 185.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 114 | 0 | 0.04 | 0.43 | 0.22 | 55.06 | 0.43 | 0.61 |
| Hex | C7 | C0 | 72 | 0 | 4 | 2B | 16 | 37 | 2B | 3D |
| Octal | 307 | 300 | 162 | 0 | 4 | 53 | 26 | 67 | 53 | 75 |
| Binary | 11000111 | 11000000 | 1110010 | 0 | 100 | 101011 | 10110 | 110111 | 101011 | 111101 |
Color Harmonies of #C7C072
Complementary color
Monochromatic Colors of #C7C072
Black with #C7C072
Text Example
Text Example
White with #C7C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C072; }
p { color: rgb(199,192,114); }
H1.HeaderClassName
{
color: #C7C072;
}
.AnyTagClassName
{
color: #C7C072;
}
</style>
background-color css
<style>
a { background-color: #C7C072; }
a { background-color: rgb(199,192,114); }
div.DivClassName
{
background-color: #C7C072;
}
.BgClassName
{
background-color: #C7C072;
}
</style>
border-color css
<style>
span { border-color: #C7C072; }
span { border-color: rgb(199,192,114); }
td.TdClassName
{
border-color: #C7C072;
}
.TagClassName
{
border-color: #C7C072;
}
</style>