Shades of Dark Khaki #C4C068
Tints of Dark Khaki #C4C068
RGB
CMYK
RGB Variations
Color information
#C4C068 (or 0xC4C068) is known color: Dark Khaki. HEX triplet: C4, C0 and 68. RGB value is (196,192,104). Sum of RGB (Red+Green+Blue) = 196+192+104=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C068 is #3B3F97. Grayscale: #B7B7B7. Windows color (decimal): -3882904 or 6865092. OLE color: 6865092.
HSL color Cylindrical-coordinate representation of color #C4C068: hue angle of 57.39º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4C068 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 104 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.23 |
| HSL | 57.39º | 0.44% | 0.59% | - |
| HSV(B) | 57.39º | 0.47% | 0.77% | - |
| XYZ | 44.11 | 50.43 | 20.51 | - |
| YUV | 183.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 104 | 0 | 0.02 | 0.47 | 0.23 | 57.39 | 0.44 | 0.59 |
| Hex | C4 | C0 | 68 | 0 | 2 | 2F | 17 | 39 | 2C | 3B |
| Octal | 304 | 300 | 150 | 0 | 2 | 57 | 27 | 71 | 54 | 73 |
| Binary | 11000100 | 11000000 | 1101000 | 0 | 10 | 101111 | 10111 | 111001 | 101100 | 111011 |
Color Harmonies of #C4C068
Complementary color
Monochromatic Colors of #C4C068
Black with #C4C068
Text Example
Text Example
White with #C4C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C068; }
p { color: rgb(196,192,104); }
H1.HeaderClassName
{
color: #C4C068;
}
.AnyTagClassName
{
color: #C4C068;
}
</style>
background-color css
<style>
a { background-color: #C4C068; }
a { background-color: rgb(196,192,104); }
div.DivClassName
{
background-color: #C4C068;
}
.BgClassName
{
background-color: #C4C068;
}
</style>
border-color css
<style>
span { border-color: #C4C068; }
span { border-color: rgb(196,192,104); }
td.TdClassName
{
border-color: #C4C068;
}
.TagClassName
{
border-color: #C4C068;
}
</style>