Shades of Dark Khaki #C3B56D
Tints of Dark Khaki #C3B56D
RGB
CMYK
RGB Variations
Color information
#C3B56D (or 0xC3B56D) is known color: Dark Khaki. HEX triplet: C3, B5 and 6D. RGB value is (195,181,109). Sum of RGB (Red+Green+Blue) = 195+181+109=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B56D is #3C4A92. Grayscale: #B1B1B1. Windows color (decimal): -3951251 or 7189955. OLE color: 7189955.
HSL color Cylindrical-coordinate representation of color #C3B56D: hue angle of 50.23º 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 #C3B56D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 109 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.24 |
| HSL | 50.23º | 0.42% | 0.6% | - |
| HSV(B) | 50.23º | 0.44% | 0.76% | - |
| XYZ | 41.79 | 45.75 | 21.1 | - |
| YUV | 176.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 109 | 0 | 0.07 | 0.44 | 0.24 | 50.23 | 0.42 | 0.6 |
| Hex | C3 | B5 | 6D | 0 | 7 | 2C | 18 | 32 | 2A | 3C |
| Octal | 303 | 265 | 155 | 0 | 7 | 54 | 30 | 62 | 52 | 74 |
| Binary | 11000011 | 10110101 | 1101101 | 0 | 111 | 101100 | 11000 | 110010 | 101010 | 111100 |
Color Harmonies of #C3B56D
Complementary color
Monochromatic Colors of #C3B56D
Black with #C3B56D
Text Example
Text Example
White with #C3B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B56D; }
p { color: rgb(195,181,109); }
H1.HeaderClassName
{
color: #C3B56D;
}
.AnyTagClassName
{
color: #C3B56D;
}
</style>
background-color css
<style>
a { background-color: #C3B56D; }
a { background-color: rgb(195,181,109); }
div.DivClassName
{
background-color: #C3B56D;
}
.BgClassName
{
background-color: #C3B56D;
}
</style>
border-color css
<style>
span { border-color: #C3B56D; }
span { border-color: rgb(195,181,109); }
td.TdClassName
{
border-color: #C3B56D;
}
.TagClassName
{
border-color: #C3B56D;
}
</style>