Shades of Dark Khaki #C4B26D
Tints of Dark Khaki #C4B26D
RGB
CMYK
RGB Variations
Color information
#C4B26D (or 0xC4B26D) is known color: Dark Khaki. HEX triplet: C4, B2 and 6D. RGB value is (196,178,109). Sum of RGB (Red+Green+Blue) = 196+178+109=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B26D is #3B4D92. Grayscale: #AFAFAF. Windows color (decimal): -3886483 or 7189188. OLE color: 7189188.
HSL color Cylindrical-coordinate representation of color #C4B26D: hue angle of 47.59º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4B26D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 109 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.23 |
| HSL | 47.59º | 0.42% | 0.6% | - |
| HSV(B) | 47.59º | 0.44% | 0.77% | - |
| XYZ | 41.45 | 44.68 | 20.91 | - |
| YUV | 175.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 109 | 0 | 0.09 | 0.44 | 0.23 | 47.59 | 0.42 | 0.6 |
| Hex | C4 | B2 | 6D | 0 | 9 | 2C | 17 | 30 | 2A | 3C |
| Octal | 304 | 262 | 155 | 0 | 11 | 54 | 27 | 60 | 52 | 74 |
| Binary | 11000100 | 10110010 | 1101101 | 0 | 1001 | 101100 | 10111 | 110000 | 101010 | 111100 |
Color Harmonies of #C4B26D
Complementary color
Monochromatic Colors of #C4B26D
Black with #C4B26D
Text Example
Text Example
White with #C4B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B26D; }
p { color: rgb(196,178,109); }
H1.HeaderClassName
{
color: #C4B26D;
}
.AnyTagClassName
{
color: #C4B26D;
}
</style>
background-color css
<style>
a { background-color: #C4B26D; }
a { background-color: rgb(196,178,109); }
div.DivClassName
{
background-color: #C4B26D;
}
.BgClassName
{
background-color: #C4B26D;
}
</style>
border-color css
<style>
span { border-color: #C4B26D; }
span { border-color: rgb(196,178,109); }
td.TdClassName
{
border-color: #C4B26D;
}
.TagClassName
{
border-color: #C4B26D;
}
</style>