Shades of Dark Khaki #C3B46E
Tints of Dark Khaki #C3B46E
RGB
CMYK
RGB Variations
Color information
#C3B46E (or 0xC3B46E) is known color: Dark Khaki. HEX triplet: C3, B4 and 6E. RGB value is (195,180,110). Sum of RGB (Red+Green+Blue) = 195+180+110=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B46E is #3C4B91. Grayscale: #B0B0B0. Windows color (decimal): -3951506 or 7255235. OLE color: 7255235.
HSL color Cylindrical-coordinate representation of color #C3B46E: hue angle of 49.41º degrees, saturation: 0.41, 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 #C3B46E is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 110 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.24 |
| HSL | 49.41º | 0.41% | 0.6% | - |
| HSV(B) | 49.41º | 0.44% | 0.76% | - |
| XYZ | 41.64 | 45.37 | 21.31 | - |
| YUV | 176.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 110 | 0 | 0.08 | 0.44 | 0.24 | 49.41 | 0.41 | 0.6 |
| Hex | C3 | B4 | 6E | 0 | 8 | 2C | 18 | 31 | 29 | 3C |
| Octal | 303 | 264 | 156 | 0 | 10 | 54 | 30 | 61 | 51 | 74 |
| Binary | 11000011 | 10110100 | 1101110 | 0 | 1000 | 101100 | 11000 | 110001 | 101001 | 111100 |
Color Harmonies of #C3B46E
Complementary color
Monochromatic Colors of #C3B46E
Black with #C3B46E
Text Example
Text Example
White with #C3B46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B46E; }
p { color: rgb(195,180,110); }
H1.HeaderClassName
{
color: #C3B46E;
}
.AnyTagClassName
{
color: #C3B46E;
}
</style>
background-color css
<style>
a { background-color: #C3B46E; }
a { background-color: rgb(195,180,110); }
div.DivClassName
{
background-color: #C3B46E;
}
.BgClassName
{
background-color: #C3B46E;
}
</style>
border-color css
<style>
span { border-color: #C3B46E; }
span { border-color: rgb(195,180,110); }
td.TdClassName
{
border-color: #C3B46E;
}
.TagClassName
{
border-color: #C3B46E;
}
</style>