Shades of Dark Khaki #C2BE6E
Tints of Dark Khaki #C2BE6E
RGB
CMYK
RGB Variations
Color information
#C2BE6E (or 0xC2BE6E) is known color: Dark Khaki. HEX triplet: C2, BE and 6E. RGB value is (194,190,110). Sum of RGB (Red+Green+Blue) = 194+190+110=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE6E is #3D4191. Grayscale: #B6B6B6. Windows color (decimal): -4014482 or 7257794. OLE color: 7257794.
HSL color Cylindrical-coordinate representation of color #C2BE6E: hue angle of 57.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2BE6E is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 110 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.24 |
| HSL | 57.14º | 0.41% | 0.6% | - |
| HSV(B) | 57.14º | 0.43% | 0.76% | - |
| XYZ | 43.48 | 49.42 | 22 | - |
| YUV | 182.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 110 | 0 | 0.02 | 0.43 | 0.24 | 57.14 | 0.41 | 0.6 |
| Hex | C2 | BE | 6E | 0 | 2 | 2B | 18 | 39 | 29 | 3C |
| Octal | 302 | 276 | 156 | 0 | 2 | 53 | 30 | 71 | 51 | 74 |
| Binary | 11000010 | 10111110 | 1101110 | 0 | 10 | 101011 | 11000 | 111001 | 101001 | 111100 |
Color Harmonies of #C2BE6E
Complementary color
Monochromatic Colors of #C2BE6E
Black with #C2BE6E
Text Example
Text Example
White with #C2BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE6E; }
p { color: rgb(194,190,110); }
H1.HeaderClassName
{
color: #C2BE6E;
}
.AnyTagClassName
{
color: #C2BE6E;
}
</style>
background-color css
<style>
a { background-color: #C2BE6E; }
a { background-color: rgb(194,190,110); }
div.DivClassName
{
background-color: #C2BE6E;
}
.BgClassName
{
background-color: #C2BE6E;
}
</style>
border-color css
<style>
span { border-color: #C2BE6E; }
span { border-color: rgb(194,190,110); }
td.TdClassName
{
border-color: #C2BE6E;
}
.TagClassName
{
border-color: #C2BE6E;
}
</style>