Shades of Dark Khaki #C7C265
Tints of Dark Khaki #C7C265
RGB
CMYK
RGB Variations
Color information
#C7C265 (or 0xC7C265) is known color: Dark Khaki. HEX triplet: C7, C2 and 65. RGB value is (199,194,101). Sum of RGB (Red+Green+Blue) = 199+194+101=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C265 is #383D9A. Grayscale: #B9B9B9. Windows color (decimal): -3685787 or 6668999. OLE color: 6668999.
HSL color Cylindrical-coordinate representation of color #C7C265: hue angle of 56.94º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7C265 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 101 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.22 |
| HSL | 56.94º | 0.47% | 0.59% | - |
| HSV(B) | 56.94º | 0.49% | 0.78% | - |
| XYZ | 45.19 | 51.67 | 19.9 | - |
| YUV | 184.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 101 | 0 | 0.03 | 0.49 | 0.22 | 56.94 | 0.47 | 0.59 |
| Hex | C7 | C2 | 65 | 0 | 3 | 31 | 16 | 39 | 2F | 3B |
| Octal | 307 | 302 | 145 | 0 | 3 | 61 | 26 | 71 | 57 | 73 |
| Binary | 11000111 | 11000010 | 1100101 | 0 | 11 | 110001 | 10110 | 111001 | 101111 | 111011 |
Color Harmonies of #C7C265
Complementary color
Monochromatic Colors of #C7C265
Black with #C7C265
Text Example
Text Example
White with #C7C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C265; }
p { color: rgb(199,194,101); }
H1.HeaderClassName
{
color: #C7C265;
}
.AnyTagClassName
{
color: #C7C265;
}
</style>
background-color css
<style>
a { background-color: #C7C265; }
a { background-color: rgb(199,194,101); }
div.DivClassName
{
background-color: #C7C265;
}
.BgClassName
{
background-color: #C7C265;
}
</style>
border-color css
<style>
span { border-color: #C7C265; }
span { border-color: rgb(199,194,101); }
td.TdClassName
{
border-color: #C7C265;
}
.TagClassName
{
border-color: #C7C265;
}
</style>