Shades of Dark Khaki #C8C46B
Tints of Dark Khaki #C8C46B
RGB
CMYK
RGB Variations
Color information
#C8C46B (or 0xC8C46B) is known color: Dark Khaki. HEX triplet: C8, C4 and 6B. RGB value is (200,196,107). Sum of RGB (Red+Green+Blue) = 200+196+107=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C46B is #373B94. Grayscale: #BBBBBB. Windows color (decimal): -3619733 or 7062728. OLE color: 7062728.
HSL color Cylindrical-coordinate representation of color #C8C46B: hue angle of 57.42º 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 #C8C46B is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 107 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.22 |
| HSL | 57.42º | 0.46% | 0.6% | - |
| HSV(B) | 57.42º | 0.47% | 0.78% | - |
| XYZ | 46.21 | 52.82 | 21.67 | - |
| YUV | 187.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 107 | 0 | 0.02 | 0.46 | 0.22 | 57.42 | 0.46 | 0.6 |
| Hex | C8 | C4 | 6B | 0 | 2 | 2E | 16 | 39 | 2E | 3C |
| Octal | 310 | 304 | 153 | 0 | 2 | 56 | 26 | 71 | 56 | 74 |
| Binary | 11001000 | 11000100 | 1101011 | 0 | 10 | 101110 | 10110 | 111001 | 101110 | 111100 |
Color Harmonies of #C8C46B
Complementary color
Monochromatic Colors of #C8C46B
Black with #C8C46B
Text Example
Text Example
White with #C8C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C46B; }
p { color: rgb(200,196,107); }
H1.HeaderClassName
{
color: #C8C46B;
}
.AnyTagClassName
{
color: #C8C46B;
}
</style>
background-color css
<style>
a { background-color: #C8C46B; }
a { background-color: rgb(200,196,107); }
div.DivClassName
{
background-color: #C8C46B;
}
.BgClassName
{
background-color: #C8C46B;
}
</style>
border-color css
<style>
span { border-color: #C8C46B; }
span { border-color: rgb(200,196,107); }
td.TdClassName
{
border-color: #C8C46B;
}
.TagClassName
{
border-color: #C8C46B;
}
</style>