Shades of Dark Khaki #C8C36C
Tints of Dark Khaki #C8C36C
RGB
CMYK
RGB Variations
Color information
#C8C36C (or 0xC8C36C) is known color: Dark Khaki. HEX triplet: C8, C3 and 6C. RGB value is (200,195,108). Sum of RGB (Red+Green+Blue) = 200+195+108=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C36C is #373C93. Grayscale: #BABABA. Windows color (decimal): -3619988 or 7128008. OLE color: 7128008.
HSL color Cylindrical-coordinate representation of color #C8C36C: hue angle of 56.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8C36C is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 108 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.22 |
| HSL | 56.74º | 0.46% | 0.6% | - |
| HSV(B) | 56.74º | 0.46% | 0.78% | - |
| XYZ | 46.04 | 52.39 | 21.87 | - |
| YUV | 186.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 108 | 0 | 0.02 | 0.46 | 0.22 | 56.74 | 0.46 | 0.6 |
| Hex | C8 | C3 | 6C | 0 | 2 | 2E | 16 | 39 | 2E | 3C |
| Octal | 310 | 303 | 154 | 0 | 2 | 56 | 26 | 71 | 56 | 74 |
| Binary | 11001000 | 11000011 | 1101100 | 0 | 10 | 101110 | 10110 | 111001 | 101110 | 111100 |
Color Harmonies of #C8C36C
Complementary color
Monochromatic Colors of #C8C36C
Black with #C8C36C
Text Example
Text Example
White with #C8C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C36C; }
p { color: rgb(200,195,108); }
H1.HeaderClassName
{
color: #C8C36C;
}
.AnyTagClassName
{
color: #C8C36C;
}
</style>
background-color css
<style>
a { background-color: #C8C36C; }
a { background-color: rgb(200,195,108); }
div.DivClassName
{
background-color: #C8C36C;
}
.BgClassName
{
background-color: #C8C36C;
}
</style>
border-color css
<style>
span { border-color: #C8C36C; }
span { border-color: rgb(200,195,108); }
td.TdClassName
{
border-color: #C8C36C;
}
.TagClassName
{
border-color: #C8C36C;
}
</style>