Shades of Dark Khaki #C8C173
Tints of Dark Khaki #C8C173
RGB
CMYK
RGB Variations
Color information
#C8C173 (or 0xC8C173) is known color: Dark Khaki. HEX triplet: C8, C1 and 73. RGB value is (200,193,115). Sum of RGB (Red+Green+Blue) = 200+193+115=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C173 is #373E8C. Grayscale: #BABABA. Windows color (decimal): -3620493 or 7586248. OLE color: 7586248.
HSL color Cylindrical-coordinate representation of color #C8C173: hue angle of 55.06º 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 #C8C173 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 115 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.22 |
| HSL | 55.06º | 0.44% | 0.62% | - |
| HSV(B) | 55.06º | 0.43% | 0.78% | - |
| XYZ | 45.98 | 51.66 | 23.77 | - |
| YUV | 186.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 115 | 0 | 0.04 | 0.42 | 0.22 | 55.06 | 0.44 | 0.62 |
| Hex | C8 | C1 | 73 | 0 | 4 | 2A | 16 | 37 | 2C | 3E |
| Octal | 310 | 301 | 163 | 0 | 4 | 52 | 26 | 67 | 54 | 76 |
| Binary | 11001000 | 11000001 | 1110011 | 0 | 100 | 101010 | 10110 | 110111 | 101100 | 111110 |
Color Harmonies of #C8C173
Complementary color
Monochromatic Colors of #C8C173
Black with #C8C173
Text Example
Text Example
White with #C8C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C173; }
p { color: rgb(200,193,115); }
H1.HeaderClassName
{
color: #C8C173;
}
.AnyTagClassName
{
color: #C8C173;
}
</style>
background-color css
<style>
a { background-color: #C8C173; }
a { background-color: rgb(200,193,115); }
div.DivClassName
{
background-color: #C8C173;
}
.BgClassName
{
background-color: #C8C173;
}
</style>
border-color css
<style>
span { border-color: #C8C173; }
span { border-color: rgb(200,193,115); }
td.TdClassName
{
border-color: #C8C173;
}
.TagClassName
{
border-color: #C8C173;
}
</style>