Shades of Dark Khaki #C3BD73
Tints of Dark Khaki #C3BD73
RGB
CMYK
RGB Variations
Color information
#C3BD73 (or 0xC3BD73) is known color: Dark Khaki. HEX triplet: C3, BD and 73. RGB value is (195,189,115). Sum of RGB (Red+Green+Blue) = 195+189+115=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD73 is #3C428C. Grayscale: #B6B6B6. Windows color (decimal): -3949197 or 7585219. OLE color: 7585219.
HSL color Cylindrical-coordinate representation of color #C3BD73: hue angle of 55.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3BD73 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 115 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.24 |
| HSL | 55.5º | 0.4% | 0.61% | - |
| HSV(B) | 55.5º | 0.41% | 0.76% | - |
| XYZ | 43.8 | 49.24 | 23.41 | - |
| YUV | 182.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 115 | 0 | 0.03 | 0.41 | 0.24 | 55.5 | 0.4 | 0.61 |
| Hex | C3 | BD | 73 | 0 | 3 | 29 | 18 | 38 | 28 | 3D |
| Octal | 303 | 275 | 163 | 0 | 3 | 51 | 30 | 70 | 50 | 75 |
| Binary | 11000011 | 10111101 | 1110011 | 0 | 11 | 101001 | 11000 | 111000 | 101000 | 111101 |
Color Harmonies of #C3BD73
Complementary color
Monochromatic Colors of #C3BD73
Black with #C3BD73
Text Example
Text Example
White with #C3BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BD73; }
p { color: rgb(195,189,115); }
H1.HeaderClassName
{
color: #C3BD73;
}
.AnyTagClassName
{
color: #C3BD73;
}
</style>
background-color css
<style>
a { background-color: #C3BD73; }
a { background-color: rgb(195,189,115); }
div.DivClassName
{
background-color: #C3BD73;
}
.BgClassName
{
background-color: #C3BD73;
}
</style>
border-color css
<style>
span { border-color: #C3BD73; }
span { border-color: rgb(195,189,115); }
td.TdClassName
{
border-color: #C3BD73;
}
.TagClassName
{
border-color: #C3BD73;
}
</style>