Shades of Dark Khaki #C5C169
Tints of Dark Khaki #C5C169
RGB
CMYK
RGB Variations
Color information
#C5C169 (or 0xC5C169) is known color: Dark Khaki. HEX triplet: C5, C1 and 69. RGB value is (197,193,105). Sum of RGB (Red+Green+Blue) = 197+193+105=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C169 is #3A3E96. Grayscale: #B8B8B8. Windows color (decimal): -3817111 or 6930885. OLE color: 6930885.
HSL color Cylindrical-coordinate representation of color #C5C169: hue angle of 57.39º 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 #C5C169 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 105 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.23 |
| HSL | 57.39º | 0.44% | 0.59% | - |
| HSV(B) | 57.39º | 0.47% | 0.77% | - |
| XYZ | 44.65 | 51.03 | 20.86 | - |
| YUV | 184.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 105 | 0 | 0.02 | 0.47 | 0.23 | 57.39 | 0.44 | 0.59 |
| Hex | C5 | C1 | 69 | 0 | 2 | 2F | 17 | 39 | 2C | 3B |
| Octal | 305 | 301 | 151 | 0 | 2 | 57 | 27 | 71 | 54 | 73 |
| Binary | 11000101 | 11000001 | 1101001 | 0 | 10 | 101111 | 10111 | 111001 | 101100 | 111011 |
Color Harmonies of #C5C169
Complementary color
Monochromatic Colors of #C5C169
Black with #C5C169
Text Example
Text Example
White with #C5C169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C169; }
p { color: rgb(197,193,105); }
H1.HeaderClassName
{
color: #C5C169;
}
.AnyTagClassName
{
color: #C5C169;
}
</style>
background-color css
<style>
a { background-color: #C5C169; }
a { background-color: rgb(197,193,105); }
div.DivClassName
{
background-color: #C5C169;
}
.BgClassName
{
background-color: #C5C169;
}
</style>
border-color css
<style>
span { border-color: #C5C169; }
span { border-color: rgb(197,193,105); }
td.TdClassName
{
border-color: #C5C169;
}
.TagClassName
{
border-color: #C5C169;
}
</style>