Shades of Dark Khaki #C3C26D
Tints of Dark Khaki #C3C26D
RGB
CMYK
RGB Variations
Color information
#C3C26D (or 0xC3C26D) is known color: Dark Khaki. HEX triplet: C3, C2 and 6D. RGB value is (195,194,109). Sum of RGB (Red+Green+Blue) = 195+194+109=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C26D is #3C3D92. Grayscale: #B8B8B8. Windows color (decimal): -3947923 or 7193283. OLE color: 7193283.
HSL color Cylindrical-coordinate representation of color #C3C26D: hue angle of 59.3º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3C26D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 109 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.24 |
| HSL | 59.3º | 0.42% | 0.6% | - |
| HSV(B) | 59.3º | 0.44% | 0.76% | - |
| XYZ | 44.56 | 51.29 | 22.02 | - |
| YUV | 184.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 109 | 0 | 0.01 | 0.44 | 0.24 | 59.3 | 0.42 | 0.6 |
| Hex | C3 | C2 | 6D | 0 | 1 | 2C | 18 | 3B | 2A | 3C |
| Octal | 303 | 302 | 155 | 0 | 1 | 54 | 30 | 73 | 52 | 74 |
| Binary | 11000011 | 11000010 | 1101101 | 0 | 1 | 101100 | 11000 | 111011 | 101010 | 111100 |
Color Harmonies of #C3C26D
Complementary color
Monochromatic Colors of #C3C26D
Black with #C3C26D
Text Example
Text Example
White with #C3C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C26D; }
p { color: rgb(195,194,109); }
H1.HeaderClassName
{
color: #C3C26D;
}
.AnyTagClassName
{
color: #C3C26D;
}
</style>
background-color css
<style>
a { background-color: #C3C26D; }
a { background-color: rgb(195,194,109); }
div.DivClassName
{
background-color: #C3C26D;
}
.BgClassName
{
background-color: #C3C26D;
}
</style>
border-color css
<style>
span { border-color: #C3C26D; }
span { border-color: rgb(195,194,109); }
td.TdClassName
{
border-color: #C3C26D;
}
.TagClassName
{
border-color: #C3C26D;
}
</style>