Shades of Dark Khaki #C8C36E
Tints of Dark Khaki #C8C36E
RGB
CMYK
RGB Variations
Color information
#C8C36E (or 0xC8C36E) is known color: Dark Khaki. HEX triplet: C8, C3 and 6E. RGB value is (200,195,110). Sum of RGB (Red+Green+Blue) = 200+195+110=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C36E is #373C91. Grayscale: #BBBBBB. Windows color (decimal): -3619986 or 7259080. OLE color: 7259080.
HSL color Cylindrical-coordinate representation of color #C8C36E: hue angle of 56.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8C36E is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 110 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.22 |
| HSL | 56.67º | 0.45% | 0.61% | - |
| HSV(B) | 56.67º | 0.45% | 0.78% | - |
| XYZ | 46.15 | 52.44 | 22.44 | - |
| YUV | 186.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 110 | 0 | 0.02 | 0.45 | 0.22 | 56.67 | 0.45 | 0.61 |
| Hex | C8 | C3 | 6E | 0 | 2 | 2D | 16 | 39 | 2D | 3D |
| Octal | 310 | 303 | 156 | 0 | 2 | 55 | 26 | 71 | 55 | 75 |
| Binary | 11001000 | 11000011 | 1101110 | 0 | 10 | 101101 | 10110 | 111001 | 101101 | 111101 |
Color Harmonies of #C8C36E
Complementary color
Monochromatic Colors of #C8C36E
Black with #C8C36E
Text Example
Text Example
White with #C8C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C36E; }
p { color: rgb(200,195,110); }
H1.HeaderClassName
{
color: #C8C36E;
}
.AnyTagClassName
{
color: #C8C36E;
}
</style>
background-color css
<style>
a { background-color: #C8C36E; }
a { background-color: rgb(200,195,110); }
div.DivClassName
{
background-color: #C8C36E;
}
.BgClassName
{
background-color: #C8C36E;
}
</style>
border-color css
<style>
span { border-color: #C8C36E; }
span { border-color: rgb(200,195,110); }
td.TdClassName
{
border-color: #C8C36E;
}
.TagClassName
{
border-color: #C8C36E;
}
</style>