Shades of Dark Khaki #C8C261
Tints of Dark Khaki #C8C261
RGB
CMYK
RGB Variations
Color information
#C8C261 (or 0xC8C261) is known color: Dark Khaki. HEX triplet: C8, C2 and 61. RGB value is (200,194,97). Sum of RGB (Red+Green+Blue) = 200+194+97=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C261 is #373D9E. Grayscale: #B9B9B9. Windows color (decimal): -3620255 or 6406856. OLE color: 6406856.
HSL color Cylindrical-coordinate representation of color #C8C261: hue angle of 56.5º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8C261 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 97 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.22 |
| HSL | 56.5º | 0.48% | 0.58% | - |
| HSV(B) | 56.5º | 0.52% | 0.78% | - |
| XYZ | 45.27 | 51.73 | 18.91 | - |
| YUV | 184.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 97 | 0 | 0.03 | 0.52 | 0.22 | 56.5 | 0.48 | 0.58 |
| Hex | C8 | C2 | 61 | 0 | 3 | 34 | 16 | 39 | 30 | 3A |
| Octal | 310 | 302 | 141 | 0 | 3 | 64 | 26 | 71 | 60 | 72 |
| Binary | 11001000 | 11000010 | 1100001 | 0 | 11 | 110100 | 10110 | 111001 | 110000 | 111010 |
Color Harmonies of #C8C261
Complementary color
Monochromatic Colors of #C8C261
Black with #C8C261
Text Example
Text Example
White with #C8C261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C261; }
p { color: rgb(200,194,97); }
H1.HeaderClassName
{
color: #C8C261;
}
.AnyTagClassName
{
color: #C8C261;
}
</style>
background-color css
<style>
a { background-color: #C8C261; }
a { background-color: rgb(200,194,97); }
div.DivClassName
{
background-color: #C8C261;
}
.BgClassName
{
background-color: #C8C261;
}
</style>
border-color css
<style>
span { border-color: #C8C261; }
span { border-color: rgb(200,194,97); }
td.TdClassName
{
border-color: #C8C261;
}
.TagClassName
{
border-color: #C8C261;
}
</style>