Shades of Dark Khaki #C3BF73
Tints of Dark Khaki #C3BF73
RGB
CMYK
RGB Variations
Color information
#C3BF73 (or 0xC3BF73) is known color: Dark Khaki. HEX triplet: C3, BF and 73. RGB value is (195,191,115). Sum of RGB (Red+Green+Blue) = 195+191+115=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF73 is #3C408C. Grayscale: #B7B7B7. Windows color (decimal): -3948685 or 7585731. OLE color: 7585731.
HSL color Cylindrical-coordinate representation of color #C3BF73: hue angle of 57º 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 #C3BF73 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 115 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.24 |
| HSL | 57º | 0.4% | 0.61% | - |
| HSV(B) | 57º | 0.41% | 0.76% | - |
| XYZ | 44.23 | 50.1 | 23.56 | - |
| YUV | 183.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 115 | 0 | 0.02 | 0.41 | 0.24 | 57 | 0.4 | 0.61 |
| Hex | C3 | BF | 73 | 0 | 2 | 29 | 18 | 39 | 28 | 3D |
| Octal | 303 | 277 | 163 | 0 | 2 | 51 | 30 | 71 | 50 | 75 |
| Binary | 11000011 | 10111111 | 1110011 | 0 | 10 | 101001 | 11000 | 111001 | 101000 | 111101 |
Color Harmonies of #C3BF73
Complementary color
Monochromatic Colors of #C3BF73
Black with #C3BF73
Text Example
Text Example
White with #C3BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF73; }
p { color: rgb(195,191,115); }
H1.HeaderClassName
{
color: #C3BF73;
}
.AnyTagClassName
{
color: #C3BF73;
}
</style>
background-color css
<style>
a { background-color: #C3BF73; }
a { background-color: rgb(195,191,115); }
div.DivClassName
{
background-color: #C3BF73;
}
.BgClassName
{
background-color: #C3BF73;
}
</style>
border-color css
<style>
span { border-color: #C3BF73; }
span { border-color: rgb(195,191,115); }
td.TdClassName
{
border-color: #C3BF73;
}
.TagClassName
{
border-color: #C3BF73;
}
</style>