Shades of Dark Khaki #C5C162
Tints of Dark Khaki #C5C162
RGB
CMYK
RGB Variations
Color information
#C5C162 (or 0xC5C162) is known color: Dark Khaki. HEX triplet: C5, C1 and 62. RGB value is (197,193,98). Sum of RGB (Red+Green+Blue) = 197+193+98=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C162 is #3A3E9D. Grayscale: #B7B7B7. Windows color (decimal): -3817118 or 6472133. OLE color: 6472133.
HSL color Cylindrical-coordinate representation of color #C5C162: hue angle of 57.58º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5C162 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 98 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.23 |
| HSL | 57.58º | 0.46% | 0.58% | - |
| HSV(B) | 57.58º | 0.5% | 0.77% | - |
| XYZ | 44.3 | 50.89 | 19.04 | - |
| YUV | 183.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 98 | 0 | 0.02 | 0.50 | 0.23 | 57.58 | 0.46 | 0.58 |
| Hex | C5 | C1 | 62 | 0 | 2 | 32 | 17 | 3A | 2E | 3A |
| Octal | 305 | 301 | 142 | 0 | 2 | 62 | 27 | 72 | 56 | 72 |
| Binary | 11000101 | 11000001 | 1100010 | 0 | 10 | 110010 | 10111 | 111010 | 101110 | 111010 |
Color Harmonies of #C5C162
Complementary color
Monochromatic Colors of #C5C162
Black with #C5C162
Text Example
Text Example
White with #C5C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C162; }
p { color: rgb(197,193,98); }
H1.HeaderClassName
{
color: #C5C162;
}
.AnyTagClassName
{
color: #C5C162;
}
</style>
background-color css
<style>
a { background-color: #C5C162; }
a { background-color: rgb(197,193,98); }
div.DivClassName
{
background-color: #C5C162;
}
.BgClassName
{
background-color: #C5C162;
}
</style>
border-color css
<style>
span { border-color: #C5C162; }
span { border-color: rgb(197,193,98); }
td.TdClassName
{
border-color: #C5C162;
}
.TagClassName
{
border-color: #C5C162;
}
</style>