Shades of Dark Khaki #C8C162
Tints of Dark Khaki #C8C162
RGB
CMYK
RGB Variations
Color information
#C8C162 (or 0xC8C162) is known color: Dark Khaki. HEX triplet: C8, C1 and 62. RGB value is (200,193,98). Sum of RGB (Red+Green+Blue) = 200+193+98=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C162 is #373E9D. Grayscale: #B8B8B8. Windows color (decimal): -3620510 or 6472136. OLE color: 6472136.
HSL color Cylindrical-coordinate representation of color #C8C162: hue angle of 55.88º degrees, saturation: 0.48, 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 #C8C162 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 98 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.22 |
| HSL | 55.88º | 0.48% | 0.58% | - |
| HSV(B) | 55.88º | 0.51% | 0.78% | - |
| XYZ | 45.09 | 51.3 | 19.08 | - |
| YUV | 184.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 98 | 0 | 0.04 | 0.51 | 0.22 | 55.88 | 0.48 | 0.58 |
| Hex | C8 | C1 | 62 | 0 | 4 | 33 | 16 | 38 | 30 | 3A |
| Octal | 310 | 301 | 142 | 0 | 4 | 63 | 26 | 70 | 60 | 72 |
| Binary | 11001000 | 11000001 | 1100010 | 0 | 100 | 110011 | 10110 | 111000 | 110000 | 111010 |
Color Harmonies of #C8C162
Complementary color
Monochromatic Colors of #C8C162
Black with #C8C162
Text Example
Text Example
White with #C8C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C162; }
p { color: rgb(200,193,98); }
H1.HeaderClassName
{
color: #C8C162;
}
.AnyTagClassName
{
color: #C8C162;
}
</style>
background-color css
<style>
a { background-color: #C8C162; }
a { background-color: rgb(200,193,98); }
div.DivClassName
{
background-color: #C8C162;
}
.BgClassName
{
background-color: #C8C162;
}
</style>
border-color css
<style>
span { border-color: #C8C162; }
span { border-color: rgb(200,193,98); }
td.TdClassName
{
border-color: #C8C162;
}
.TagClassName
{
border-color: #C8C162;
}
</style>