Shades of Dark Khaki #C4C06C
Tints of Dark Khaki #C4C06C
RGB
CMYK
RGB Variations
Color information
#C4C06C (or 0xC4C06C) is known color: Dark Khaki. HEX triplet: C4, C0 and 6C. RGB value is (196,192,108). Sum of RGB (Red+Green+Blue) = 196+192+108=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C06C is #3B3F93. Grayscale: #B7B7B7. Windows color (decimal): -3882900 or 7127236. OLE color: 7127236.
HSL color Cylindrical-coordinate representation of color #C4C06C: hue angle of 57.27º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4C06C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 108 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.23 |
| HSL | 57.27º | 0.43% | 0.6% | - |
| HSV(B) | 57.27º | 0.45% | 0.77% | - |
| XYZ | 44.32 | 50.52 | 21.6 | - |
| YUV | 183.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 108 | 0 | 0.02 | 0.45 | 0.23 | 57.27 | 0.43 | 0.6 |
| Hex | C4 | C0 | 6C | 0 | 2 | 2D | 17 | 39 | 2B | 3C |
| Octal | 304 | 300 | 154 | 0 | 2 | 55 | 27 | 71 | 53 | 74 |
| Binary | 11000100 | 11000000 | 1101100 | 0 | 10 | 101101 | 10111 | 111001 | 101011 | 111100 |
Color Harmonies of #C4C06C
Complementary color
Monochromatic Colors of #C4C06C
Black with #C4C06C
Text Example
Text Example
White with #C4C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C06C; }
p { color: rgb(196,192,108); }
H1.HeaderClassName
{
color: #C4C06C;
}
.AnyTagClassName
{
color: #C4C06C;
}
</style>
background-color css
<style>
a { background-color: #C4C06C; }
a { background-color: rgb(196,192,108); }
div.DivClassName
{
background-color: #C4C06C;
}
.BgClassName
{
background-color: #C4C06C;
}
</style>
border-color css
<style>
span { border-color: #C4C06C; }
span { border-color: rgb(196,192,108); }
td.TdClassName
{
border-color: #C4C06C;
}
.TagClassName
{
border-color: #C4C06C;
}
</style>