Shades of Dark Khaki #C8C264
Tints of Dark Khaki #C8C264
RGB
CMYK
RGB Variations
Color information
#C8C264 (or 0xC8C264) is known color: Dark Khaki. HEX triplet: C8, C2 and 64. RGB value is (200,194,100). Sum of RGB (Red+Green+Blue) = 200+194+100=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C264 is #373D9B. Grayscale: #B9B9B9. Windows color (decimal): -3620252 or 6603464. OLE color: 6603464.
HSL color Cylindrical-coordinate representation of color #C8C264: hue angle of 56.4º 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 #C8C264 is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 100 | - |
| CMYK | 0 | 0.03 | 0.5 | 0.22 |
| HSL | 56.4º | 0.48% | 0.59% | - |
| HSV(B) | 56.4º | 0.5% | 0.78% | - |
| XYZ | 45.41 | 51.78 | 19.66 | - |
| YUV | 185.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 100 | 0 | 0.03 | 0.5 | 0.22 | 56.4 | 0.48 | 0.59 |
| Hex | C8 | C2 | 64 | 0 | 3 | 32 | 16 | 38 | 30 | 3B |
| Octal | 310 | 302 | 144 | 0 | 3 | 62 | 26 | 70 | 60 | 73 |
| Binary | 11001000 | 11000010 | 1100100 | 0 | 11 | 110010 | 10110 | 111000 | 110000 | 111011 |
Color Harmonies of #C8C264
Complementary color
Monochromatic Colors of #C8C264
Black with #C8C264
Text Example
Text Example
White with #C8C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C264; }
p { color: rgb(200,194,100); }
H1.HeaderClassName
{
color: #C8C264;
}
.AnyTagClassName
{
color: #C8C264;
}
</style>
background-color css
<style>
a { background-color: #C8C264; }
a { background-color: rgb(200,194,100); }
div.DivClassName
{
background-color: #C8C264;
}
.BgClassName
{
background-color: #C8C264;
}
</style>
border-color css
<style>
span { border-color: #C8C264; }
span { border-color: rgb(200,194,100); }
td.TdClassName
{
border-color: #C8C264;
}
.TagClassName
{
border-color: #C8C264;
}
</style>