Shades of Dark Khaki #C7BE6A
Tints of Dark Khaki #C7BE6A
RGB
CMYK
RGB Variations
Color information
#C7BE6A (or 0xC7BE6A) is known color: Dark Khaki. HEX triplet: C7, BE and 6A. RGB value is (199,190,106). Sum of RGB (Red+Green+Blue) = 199+190+106=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BE6A is #384195. Grayscale: #B7B7B7. Windows color (decimal): -3686806 or 6995655. OLE color: 6995655.
HSL color Cylindrical-coordinate representation of color #C7BE6A: hue angle of 54.19º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7BE6A is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 106 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.22 |
| HSL | 54.19º | 0.45% | 0.6% | - |
| HSV(B) | 54.19º | 0.47% | 0.78% | - |
| XYZ | 44.57 | 50.01 | 20.94 | - |
| YUV | 183.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 106 | 0 | 0.05 | 0.47 | 0.22 | 54.19 | 0.45 | 0.6 |
| Hex | C7 | BE | 6A | 0 | 5 | 2F | 16 | 36 | 2D | 3C |
| Octal | 307 | 276 | 152 | 0 | 5 | 57 | 26 | 66 | 55 | 74 |
| Binary | 11000111 | 10111110 | 1101010 | 0 | 101 | 101111 | 10110 | 110110 | 101101 | 111100 |
Color Harmonies of #C7BE6A
Complementary color
Monochromatic Colors of #C7BE6A
Black with #C7BE6A
Text Example
Text Example
White with #C7BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE6A; }
p { color: rgb(199,190,106); }
H1.HeaderClassName
{
color: #C7BE6A;
}
.AnyTagClassName
{
color: #C7BE6A;
}
</style>
background-color css
<style>
a { background-color: #C7BE6A; }
a { background-color: rgb(199,190,106); }
div.DivClassName
{
background-color: #C7BE6A;
}
.BgClassName
{
background-color: #C7BE6A;
}
</style>
border-color css
<style>
span { border-color: #C7BE6A; }
span { border-color: rgb(199,190,106); }
td.TdClassName
{
border-color: #C7BE6A;
}
.TagClassName
{
border-color: #C7BE6A;
}
</style>