Shades of Dark Khaki #C3C46E
Tints of Dark Khaki #C3C46E
RGB
CMYK
RGB Variations
Color information
#C3C46E (or 0xC3C46E) is known color: Dark Khaki. HEX triplet: C3, C4 and 6E. RGB value is (195,196,110). Sum of RGB (Red+Green+Blue) = 195+196+110=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C46E is #3C3B91. Grayscale: #BABABA. Windows color (decimal): -3947410 or 7259331. OLE color: 7259331.
HSL color Cylindrical-coordinate representation of color #C3C46E: hue angle of 60.7º 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 #C3C46E is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 110 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.23 |
| HSL | 60.7º | 0.42% | 0.6% | - |
| HSV(B) | 60.7º | 0.44% | 0.77% | - |
| XYZ | 45.06 | 52.21 | 22.45 | - |
| YUV | 185.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 110 | 0.01 | 0 | 0.44 | 0.23 | 60.7 | 0.42 | 0.6 |
| Hex | C3 | C4 | 6E | 1 | 0 | 2C | 17 | 3D | 2A | 3C |
| Octal | 303 | 304 | 156 | 1 | 0 | 54 | 27 | 75 | 52 | 74 |
| Binary | 11000011 | 11000100 | 1101110 | 1 | 0 | 101100 | 10111 | 111101 | 101010 | 111100 |
Color Harmonies of #C3C46E
Complementary color
Monochromatic Colors of #C3C46E
Black with #C3C46E
Text Example
Text Example
White with #C3C46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C46E; }
p { color: rgb(195,196,110); }
H1.HeaderClassName
{
color: #C3C46E;
}
.AnyTagClassName
{
color: #C3C46E;
}
</style>
background-color css
<style>
a { background-color: #C3C46E; }
a { background-color: rgb(195,196,110); }
div.DivClassName
{
background-color: #C3C46E;
}
.BgClassName
{
background-color: #C3C46E;
}
</style>
border-color css
<style>
span { border-color: #C3C46E; }
span { border-color: rgb(195,196,110); }
td.TdClassName
{
border-color: #C3C46E;
}
.TagClassName
{
border-color: #C3C46E;
}
</style>