Shades of Dark Khaki #C5C168
Tints of Dark Khaki #C5C168
RGB
CMYK
RGB Variations
Color information
#C5C168 (or 0xC5C168) is known color: Dark Khaki. HEX triplet: C5, C1 and 68. RGB value is (197,193,104). Sum of RGB (Red+Green+Blue) = 197+193+104=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C168 is #3A3E97. Grayscale: #B8B8B8. Windows color (decimal): -3817112 or 6865349. OLE color: 6865349.
HSL color Cylindrical-coordinate representation of color #C5C168: hue angle of 57.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5C168 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 104 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.23 |
| HSL | 57.42º | 0.44% | 0.59% | - |
| HSV(B) | 57.42º | 0.47% | 0.77% | - |
| XYZ | 44.59 | 51.01 | 20.59 | - |
| YUV | 184.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 104 | 0 | 0.02 | 0.47 | 0.23 | 57.42 | 0.44 | 0.59 |
| Hex | C5 | C1 | 68 | 0 | 2 | 2F | 17 | 39 | 2C | 3B |
| Octal | 305 | 301 | 150 | 0 | 2 | 57 | 27 | 71 | 54 | 73 |
| Binary | 11000101 | 11000001 | 1101000 | 0 | 10 | 101111 | 10111 | 111001 | 101100 | 111011 |
Color Harmonies of #C5C168
Complementary color
Monochromatic Colors of #C5C168
Black with #C5C168
Text Example
Text Example
White with #C5C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C168; }
p { color: rgb(197,193,104); }
H1.HeaderClassName
{
color: #C5C168;
}
.AnyTagClassName
{
color: #C5C168;
}
</style>
background-color css
<style>
a { background-color: #C5C168; }
a { background-color: rgb(197,193,104); }
div.DivClassName
{
background-color: #C5C168;
}
.BgClassName
{
background-color: #C5C168;
}
</style>
border-color css
<style>
span { border-color: #C5C168; }
span { border-color: rgb(197,193,104); }
td.TdClassName
{
border-color: #C5C168;
}
.TagClassName
{
border-color: #C5C168;
}
</style>