Shades of Dark Khaki #C7C05F
Tints of Dark Khaki #C7C05F
RGB
CMYK
RGB Variations
Color information
#C7C05F (or 0xC7C05F) is known color: Dark Khaki. HEX triplet: C7, C0 and 5F. RGB value is (199,192,95). Sum of RGB (Red+Green+Blue) = 199+192+95=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C05F is #383FA0. Grayscale: #B7B7B7. Windows color (decimal): -3686305 or 6275271. OLE color: 6275271.
HSL color Cylindrical-coordinate representation of color #C7C05F: hue angle of 55.96º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7C05F is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 95 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.22 |
| HSL | 55.96º | 0.48% | 0.58% | - |
| HSV(B) | 55.96º | 0.52% | 0.78% | - |
| XYZ | 44.47 | 50.67 | 18.26 | - |
| YUV | 183.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 95 | 0 | 0.04 | 0.52 | 0.22 | 55.96 | 0.48 | 0.58 |
| Hex | C7 | C0 | 5F | 0 | 4 | 34 | 16 | 38 | 30 | 3A |
| Octal | 307 | 300 | 137 | 0 | 4 | 64 | 26 | 70 | 60 | 72 |
| Binary | 11000111 | 11000000 | 1011111 | 0 | 100 | 110100 | 10110 | 111000 | 110000 | 111010 |
Color Harmonies of #C7C05F
Complementary color
Monochromatic Colors of #C7C05F
Black with #C7C05F
Text Example
Text Example
White with #C7C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C05F; }
p { color: rgb(199,192,95); }
H1.HeaderClassName
{
color: #C7C05F;
}
.AnyTagClassName
{
color: #C7C05F;
}
</style>
background-color css
<style>
a { background-color: #C7C05F; }
a { background-color: rgb(199,192,95); }
div.DivClassName
{
background-color: #C7C05F;
}
.BgClassName
{
background-color: #C7C05F;
}
</style>
border-color css
<style>
span { border-color: #C7C05F; }
span { border-color: rgb(199,192,95); }
td.TdClassName
{
border-color: #C7C05F;
}
.TagClassName
{
border-color: #C7C05F;
}
</style>