Shades of Dark Khaki #C8BC73
Tints of Dark Khaki #C8BC73
RGB
CMYK
RGB Variations
Color information
#C8BC73 (or 0xC8BC73) is known color: Dark Khaki. HEX triplet: C8, BC and 73. RGB value is (200,188,115). Sum of RGB (Red+Green+Blue) = 200+188+115=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC73 is #37438C. Grayscale: #B7B7B7. Windows color (decimal): -3621773 or 7584968. OLE color: 7584968.
HSL color Cylindrical-coordinate representation of color #C8BC73: hue angle of 51.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8BC73 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 115 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.22 |
| HSL | 51.53º | 0.44% | 0.62% | - |
| HSV(B) | 51.53º | 0.43% | 0.78% | - |
| XYZ | 44.9 | 49.48 | 23.4 | - |
| YUV | 183.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 115 | 0 | 0.06 | 0.42 | 0.22 | 51.53 | 0.44 | 0.62 |
| Hex | C8 | BC | 73 | 0 | 6 | 2A | 16 | 34 | 2C | 3E |
| Octal | 310 | 274 | 163 | 0 | 6 | 52 | 26 | 64 | 54 | 76 |
| Binary | 11001000 | 10111100 | 1110011 | 0 | 110 | 101010 | 10110 | 110100 | 101100 | 111110 |
Color Harmonies of #C8BC73
Complementary color
Monochromatic Colors of #C8BC73
Black with #C8BC73
Text Example
Text Example
White with #C8BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC73; }
p { color: rgb(200,188,115); }
H1.HeaderClassName
{
color: #C8BC73;
}
.AnyTagClassName
{
color: #C8BC73;
}
</style>
background-color css
<style>
a { background-color: #C8BC73; }
a { background-color: rgb(200,188,115); }
div.DivClassName
{
background-color: #C8BC73;
}
.BgClassName
{
background-color: #C8BC73;
}
</style>
border-color css
<style>
span { border-color: #C8BC73; }
span { border-color: rgb(200,188,115); }
td.TdClassName
{
border-color: #C8BC73;
}
.TagClassName
{
border-color: #C8BC73;
}
</style>