Shades of Dark Khaki #C5C067
Tints of Dark Khaki #C5C067
RGB
CMYK
RGB Variations
Color information
#C5C067 (or 0xC5C067) is known color: Dark Khaki. HEX triplet: C5, C0 and 67. RGB value is (197,192,103). Sum of RGB (Red+Green+Blue) = 197+192+103=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C067 is #3A3F98. Grayscale: #B7B7B7. Windows color (decimal): -3817369 or 6799557. OLE color: 6799557.
HSL color Cylindrical-coordinate representation of color #C5C067: hue angle of 56.81º 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 #C5C067 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 103 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.23 |
| HSL | 56.81º | 0.45% | 0.59% | - |
| HSV(B) | 56.81º | 0.48% | 0.77% | - |
| XYZ | 44.32 | 50.55 | 20.25 | - |
| YUV | 183.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 103 | 0 | 0.03 | 0.48 | 0.23 | 56.81 | 0.45 | 0.59 |
| Hex | C5 | C0 | 67 | 0 | 3 | 30 | 17 | 39 | 2D | 3B |
| Octal | 305 | 300 | 147 | 0 | 3 | 60 | 27 | 71 | 55 | 73 |
| Binary | 11000101 | 11000000 | 1100111 | 0 | 11 | 110000 | 10111 | 111001 | 101101 | 111011 |
Color Harmonies of #C5C067
Complementary color
Monochromatic Colors of #C5C067
Black with #C5C067
Text Example
Text Example
White with #C5C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C067; }
p { color: rgb(197,192,103); }
H1.HeaderClassName
{
color: #C5C067;
}
.AnyTagClassName
{
color: #C5C067;
}
</style>
background-color css
<style>
a { background-color: #C5C067; }
a { background-color: rgb(197,192,103); }
div.DivClassName
{
background-color: #C5C067;
}
.BgClassName
{
background-color: #C5C067;
}
</style>
border-color css
<style>
span { border-color: #C5C067; }
span { border-color: rgb(197,192,103); }
td.TdClassName
{
border-color: #C5C067;
}
.TagClassName
{
border-color: #C5C067;
}
</style>