Shades of Dark Khaki #C4C368
Tints of Dark Khaki #C4C368
RGB
CMYK
RGB Variations
Color information
#C4C368 (or 0xC4C368) is known color: Dark Khaki. HEX triplet: C4, C3 and 68. RGB value is (196,195,104). Sum of RGB (Red+Green+Blue) = 196+195+104=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C368 is #3B3C97. Grayscale: #B9B9B9. Windows color (decimal): -3882136 or 6865860. OLE color: 6865860.
HSL color Cylindrical-coordinate representation of color #C4C368: hue angle of 59.35º 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 #C4C368 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 104 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.23 |
| HSL | 59.35º | 0.44% | 0.59% | - |
| HSV(B) | 59.35º | 0.47% | 0.77% | - |
| XYZ | 44.78 | 51.77 | 20.73 | - |
| YUV | 184.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 104 | 0 | 0.01 | 0.47 | 0.23 | 59.35 | 0.44 | 0.59 |
| Hex | C4 | C3 | 68 | 0 | 1 | 2F | 17 | 3B | 2C | 3B |
| Octal | 304 | 303 | 150 | 0 | 1 | 57 | 27 | 73 | 54 | 73 |
| Binary | 11000100 | 11000011 | 1101000 | 0 | 1 | 101111 | 10111 | 111011 | 101100 | 111011 |
Color Harmonies of #C4C368
Complementary color
Monochromatic Colors of #C4C368
Black with #C4C368
Text Example
Text Example
White with #C4C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C368; }
p { color: rgb(196,195,104); }
H1.HeaderClassName
{
color: #C4C368;
}
.AnyTagClassName
{
color: #C4C368;
}
</style>
background-color css
<style>
a { background-color: #C4C368; }
a { background-color: rgb(196,195,104); }
div.DivClassName
{
background-color: #C4C368;
}
.BgClassName
{
background-color: #C4C368;
}
</style>
border-color css
<style>
span { border-color: #C4C368; }
span { border-color: rgb(196,195,104); }
td.TdClassName
{
border-color: #C4C368;
}
.TagClassName
{
border-color: #C4C368;
}
</style>