Shades of Dark Khaki #C8C364
Tints of Dark Khaki #C8C364
RGB
CMYK
RGB Variations
Color information
#C8C364 (or 0xC8C364) is known color: Dark Khaki. HEX triplet: C8, C3 and 64. RGB value is (200,195,100). Sum of RGB (Red+Green+Blue) = 200+195+100=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C364 is #373C9B. Grayscale: #BABABA. Windows color (decimal): -3619996 or 6603720. OLE color: 6603720.
HSL color Cylindrical-coordinate representation of color #C8C364: hue angle of 57º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8C364 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 100 | - |
| CMYK | 0 | 0.02 | 0.5 | 0.22 |
| HSL | 57º | 0.48% | 0.59% | - |
| HSV(B) | 57º | 0.5% | 0.78% | - |
| XYZ | 45.63 | 52.23 | 19.73 | - |
| YUV | 185.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 100 | 0 | 0.02 | 0.5 | 0.22 | 57 | 0.48 | 0.59 |
| Hex | C8 | C3 | 64 | 0 | 2 | 32 | 16 | 39 | 30 | 3B |
| Octal | 310 | 303 | 144 | 0 | 2 | 62 | 26 | 71 | 60 | 73 |
| Binary | 11001000 | 11000011 | 1100100 | 0 | 10 | 110010 | 10110 | 111001 | 110000 | 111011 |
Color Harmonies of #C8C364
Complementary color
Monochromatic Colors of #C8C364
Black with #C8C364
Text Example
Text Example
White with #C8C364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C364; }
p { color: rgb(200,195,100); }
H1.HeaderClassName
{
color: #C8C364;
}
.AnyTagClassName
{
color: #C8C364;
}
</style>
background-color css
<style>
a { background-color: #C8C364; }
a { background-color: rgb(200,195,100); }
div.DivClassName
{
background-color: #C8C364;
}
.BgClassName
{
background-color: #C8C364;
}
</style>
border-color css
<style>
span { border-color: #C8C364; }
span { border-color: rgb(200,195,100); }
td.TdClassName
{
border-color: #C8C364;
}
.TagClassName
{
border-color: #C8C364;
}
</style>