Shades of Dark Khaki #C2B75F
Tints of Dark Khaki #C2B75F
RGB
CMYK
RGB Variations
Color information
#C2B75F (or 0xC2B75F) is known color: Dark Khaki. HEX triplet: C2, B7 and 5F. RGB value is (194,183,95). Sum of RGB (Red+Green+Blue) = 194+183+95=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B75F is #3D48A0. Grayscale: #B0B0B0. Windows color (decimal): -4016289 or 6272962. OLE color: 6272962.
HSL color Cylindrical-coordinate representation of color #C2B75F: hue angle of 53.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2B75F is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 95 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.24 |
| HSL | 53.33º | 0.45% | 0.57% | - |
| HSV(B) | 53.33º | 0.51% | 0.76% | - |
| XYZ | 41.25 | 46.16 | 17.56 | - |
| YUV | 176.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 95 | 0 | 0.06 | 0.51 | 0.24 | 53.33 | 0.45 | 0.57 |
| Hex | C2 | B7 | 5F | 0 | 6 | 33 | 18 | 35 | 2D | 39 |
| Octal | 302 | 267 | 137 | 0 | 6 | 63 | 30 | 65 | 55 | 71 |
| Binary | 11000010 | 10110111 | 1011111 | 0 | 110 | 110011 | 11000 | 110101 | 101101 | 111001 |
Color Harmonies of #C2B75F
Complementary color
Monochromatic Colors of #C2B75F
Black with #C2B75F
Text Example
Text Example
White with #C2B75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B75F; }
p { color: rgb(194,183,95); }
H1.HeaderClassName
{
color: #C2B75F;
}
.AnyTagClassName
{
color: #C2B75F;
}
</style>
background-color css
<style>
a { background-color: #C2B75F; }
a { background-color: rgb(194,183,95); }
div.DivClassName
{
background-color: #C2B75F;
}
.BgClassName
{
background-color: #C2B75F;
}
</style>
border-color css
<style>
span { border-color: #C2B75F; }
span { border-color: rgb(194,183,95); }
td.TdClassName
{
border-color: #C2B75F;
}
.TagClassName
{
border-color: #C2B75F;
}
</style>