Shades of Dark Khaki #C2B768
Tints of Dark Khaki #C2B768
RGB
CMYK
RGB Variations
Color information
#C2B768 (or 0xC2B768) is known color: Dark Khaki. HEX triplet: C2, B7 and 68. RGB value is (194,183,104). Sum of RGB (Red+Green+Blue) = 194+183+104=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B768 is #3D4897. Grayscale: #B1B1B1. Windows color (decimal): -4016280 or 6862786. OLE color: 6862786.
HSL color Cylindrical-coordinate representation of color #C2B768: hue angle of 52.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2B768 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 104 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.24 |
| HSL | 52.67º | 0.42% | 0.58% | - |
| HSV(B) | 52.67º | 0.46% | 0.76% | - |
| XYZ | 41.68 | 46.34 | 19.84 | - |
| YUV | 177.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 104 | 0 | 0.06 | 0.46 | 0.24 | 52.67 | 0.42 | 0.58 |
| Hex | C2 | B7 | 68 | 0 | 6 | 2E | 18 | 35 | 2A | 3A |
| Octal | 302 | 267 | 150 | 0 | 6 | 56 | 30 | 65 | 52 | 72 |
| Binary | 11000010 | 10110111 | 1101000 | 0 | 110 | 101110 | 11000 | 110101 | 101010 | 111010 |
Color Harmonies of #C2B768
Complementary color
Monochromatic Colors of #C2B768
Black with #C2B768
Text Example
Text Example
White with #C2B768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B768; }
p { color: rgb(194,183,104); }
H1.HeaderClassName
{
color: #C2B768;
}
.AnyTagClassName
{
color: #C2B768;
}
</style>
background-color css
<style>
a { background-color: #C2B768; }
a { background-color: rgb(194,183,104); }
div.DivClassName
{
background-color: #C2B768;
}
.BgClassName
{
background-color: #C2B768;
}
</style>
border-color css
<style>
span { border-color: #C2B768; }
span { border-color: rgb(194,183,104); }
td.TdClassName
{
border-color: #C2B768;
}
.TagClassName
{
border-color: #C2B768;
}
</style>