Shades of Dark Khaki #C7C26A
Tints of Dark Khaki #C7C26A
RGB
CMYK
RGB Variations
Color information
#C7C26A (or 0xC7C26A) is known color: Dark Khaki. HEX triplet: C7, C2 and 6A. RGB value is (199,194,106). Sum of RGB (Red+Green+Blue) = 199+194+106=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C26A is #383D95. Grayscale: #B9B9B9. Windows color (decimal): -3685782 or 6996679. OLE color: 6996679.
HSL color Cylindrical-coordinate representation of color #C7C26A: hue angle of 56.77º 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 #C7C26A is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 106 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.22 |
| HSL | 56.77º | 0.45% | 0.6% | - |
| HSV(B) | 56.77º | 0.47% | 0.78% | - |
| XYZ | 45.45 | 51.77 | 21.23 | - |
| YUV | 185.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 106 | 0 | 0.03 | 0.47 | 0.22 | 56.77 | 0.45 | 0.6 |
| Hex | C7 | C2 | 6A | 0 | 3 | 2F | 16 | 39 | 2D | 3C |
| Octal | 307 | 302 | 152 | 0 | 3 | 57 | 26 | 71 | 55 | 74 |
| Binary | 11000111 | 11000010 | 1101010 | 0 | 11 | 101111 | 10110 | 111001 | 101101 | 111100 |
Color Harmonies of #C7C26A
Complementary color
Monochromatic Colors of #C7C26A
Black with #C7C26A
Text Example
Text Example
White with #C7C26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C26A; }
p { color: rgb(199,194,106); }
H1.HeaderClassName
{
color: #C7C26A;
}
.AnyTagClassName
{
color: #C7C26A;
}
</style>
background-color css
<style>
a { background-color: #C7C26A; }
a { background-color: rgb(199,194,106); }
div.DivClassName
{
background-color: #C7C26A;
}
.BgClassName
{
background-color: #C7C26A;
}
</style>
border-color css
<style>
span { border-color: #C7C26A; }
span { border-color: rgb(199,194,106); }
td.TdClassName
{
border-color: #C7C26A;
}
.TagClassName
{
border-color: #C7C26A;
}
</style>