Shades of Dark Khaki #C7C162
Tints of Dark Khaki #C7C162
RGB
CMYK
RGB Variations
Color information
#C7C162 (or 0xC7C162) is known color: Dark Khaki. HEX triplet: C7, C1 and 62. RGB value is (199,193,98). Sum of RGB (Red+Green+Blue) = 199+193+98=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C162 is #383E9D. Grayscale: #B8B8B8. Windows color (decimal): -3686046 or 6472135. OLE color: 6472135.
HSL color Cylindrical-coordinate representation of color #C7C162: hue angle of 56.44º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7C162 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 98 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.22 |
| HSL | 56.44º | 0.47% | 0.58% | - |
| HSV(B) | 56.44º | 0.51% | 0.78% | - |
| XYZ | 44.83 | 51.16 | 19.07 | - |
| YUV | 183.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 98 | 0 | 0.03 | 0.51 | 0.22 | 56.44 | 0.47 | 0.58 |
| Hex | C7 | C1 | 62 | 0 | 3 | 33 | 16 | 38 | 2F | 3A |
| Octal | 307 | 301 | 142 | 0 | 3 | 63 | 26 | 70 | 57 | 72 |
| Binary | 11000111 | 11000001 | 1100010 | 0 | 11 | 110011 | 10110 | 111000 | 101111 | 111010 |
Color Harmonies of #C7C162
Complementary color
Monochromatic Colors of #C7C162
Black with #C7C162
Text Example
Text Example
White with #C7C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C162; }
p { color: rgb(199,193,98); }
H1.HeaderClassName
{
color: #C7C162;
}
.AnyTagClassName
{
color: #C7C162;
}
</style>
background-color css
<style>
a { background-color: #C7C162; }
a { background-color: rgb(199,193,98); }
div.DivClassName
{
background-color: #C7C162;
}
.BgClassName
{
background-color: #C7C162;
}
</style>
border-color css
<style>
span { border-color: #C7C162; }
span { border-color: rgb(199,193,98); }
td.TdClassName
{
border-color: #C7C162;
}
.TagClassName
{
border-color: #C7C162;
}
</style>