Shades of Dark Khaki #C3B773
Tints of Dark Khaki #C3B773
RGB
CMYK
RGB Variations
Color information
#C3B773 (or 0xC3B773) is known color: Dark Khaki. HEX triplet: C3, B7 and 73. RGB value is (195,183,115). Sum of RGB (Red+Green+Blue) = 195+183+115=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B773 is #3C488C. Grayscale: #B3B3B3. Windows color (decimal): -3950733 or 7583683. OLE color: 7583683.
HSL color Cylindrical-coordinate representation of color #C3B773: hue angle of 51º 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 #C3B773 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 115 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.24 |
| HSL | 51º | 0.4% | 0.61% | - |
| HSV(B) | 51º | 0.41% | 0.76% | - |
| XYZ | 42.53 | 46.71 | 22.99 | - |
| YUV | 178.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 115 | 0 | 0.06 | 0.41 | 0.24 | 51 | 0.4 | 0.61 |
| Hex | C3 | B7 | 73 | 0 | 6 | 29 | 18 | 33 | 28 | 3D |
| Octal | 303 | 267 | 163 | 0 | 6 | 51 | 30 | 63 | 50 | 75 |
| Binary | 11000011 | 10110111 | 1110011 | 0 | 110 | 101001 | 11000 | 110011 | 101000 | 111101 |
Color Harmonies of #C3B773
Complementary color
Monochromatic Colors of #C3B773
Black with #C3B773
Text Example
Text Example
White with #C3B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B773; }
p { color: rgb(195,183,115); }
H1.HeaderClassName
{
color: #C3B773;
}
.AnyTagClassName
{
color: #C3B773;
}
</style>
background-color css
<style>
a { background-color: #C3B773; }
a { background-color: rgb(195,183,115); }
div.DivClassName
{
background-color: #C3B773;
}
.BgClassName
{
background-color: #C3B773;
}
</style>
border-color css
<style>
span { border-color: #C3B773; }
span { border-color: rgb(195,183,115); }
td.TdClassName
{
border-color: #C3B773;
}
.TagClassName
{
border-color: #C3B773;
}
</style>