Shades of Dark Khaki #C5C167
Tints of Dark Khaki #C5C167
RGB
CMYK
RGB Variations
Color information
#C5C167 (or 0xC5C167) is known color: Dark Khaki. HEX triplet: C5, C1 and 67. RGB value is (197,193,103). Sum of RGB (Red+Green+Blue) = 197+193+103=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C167 is #3A3E98. Grayscale: #B8B8B8. Windows color (decimal): -3817113 or 6799813. OLE color: 6799813.
HSL color Cylindrical-coordinate representation of color #C5C167: hue angle of 57.45º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5C167 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 103 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.23 |
| HSL | 57.45º | 0.45% | 0.59% | - |
| HSV(B) | 57.45º | 0.48% | 0.77% | - |
| XYZ | 44.54 | 50.99 | 20.33 | - |
| YUV | 183.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 103 | 0 | 0.02 | 0.48 | 0.23 | 57.45 | 0.45 | 0.59 |
| Hex | C5 | C1 | 67 | 0 | 2 | 30 | 17 | 39 | 2D | 3B |
| Octal | 305 | 301 | 147 | 0 | 2 | 60 | 27 | 71 | 55 | 73 |
| Binary | 11000101 | 11000001 | 1100111 | 0 | 10 | 110000 | 10111 | 111001 | 101101 | 111011 |
Color Harmonies of #C5C167
Complementary color
Monochromatic Colors of #C5C167
Black with #C5C167
Text Example
Text Example
White with #C5C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C167; }
p { color: rgb(197,193,103); }
H1.HeaderClassName
{
color: #C5C167;
}
.AnyTagClassName
{
color: #C5C167;
}
</style>
background-color css
<style>
a { background-color: #C5C167; }
a { background-color: rgb(197,193,103); }
div.DivClassName
{
background-color: #C5C167;
}
.BgClassName
{
background-color: #C5C167;
}
</style>
border-color css
<style>
span { border-color: #C5C167; }
span { border-color: rgb(197,193,103); }
td.TdClassName
{
border-color: #C5C167;
}
.TagClassName
{
border-color: #C5C167;
}
</style>