Shades of Dark Khaki #C4BB63
Tints of Dark Khaki #C4BB63
RGB
CMYK
RGB Variations
Color information
#C4BB63 (or 0xC4BB63) is known color: Dark Khaki. HEX triplet: C4, BB and 63. RGB value is (196,187,99). Sum of RGB (Red+Green+Blue) = 196+187+99=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB63 is #3B449C. Grayscale: #B4B4B4. Windows color (decimal): -3884189 or 6536132. OLE color: 6536132.
HSL color Cylindrical-coordinate representation of color #C4BB63: hue angle of 54.43º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4BB63 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 99 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.23 |
| HSL | 54.43º | 0.45% | 0.58% | - |
| HSV(B) | 54.43º | 0.49% | 0.77% | - |
| XYZ | 42.79 | 48.18 | 18.85 | - |
| YUV | 179.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 99 | 0 | 0.05 | 0.49 | 0.23 | 54.43 | 0.45 | 0.58 |
| Hex | C4 | BB | 63 | 0 | 5 | 31 | 17 | 36 | 2D | 3A |
| Octal | 304 | 273 | 143 | 0 | 5 | 61 | 27 | 66 | 55 | 72 |
| Binary | 11000100 | 10111011 | 1100011 | 0 | 101 | 110001 | 10111 | 110110 | 101101 | 111010 |
Color Harmonies of #C4BB63
Complementary color
Monochromatic Colors of #C4BB63
Black with #C4BB63
Text Example
Text Example
White with #C4BB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB63; }
p { color: rgb(196,187,99); }
H1.HeaderClassName
{
color: #C4BB63;
}
.AnyTagClassName
{
color: #C4BB63;
}
</style>
background-color css
<style>
a { background-color: #C4BB63; }
a { background-color: rgb(196,187,99); }
div.DivClassName
{
background-color: #C4BB63;
}
.BgClassName
{
background-color: #C4BB63;
}
</style>
border-color css
<style>
span { border-color: #C4BB63; }
span { border-color: rgb(196,187,99); }
td.TdClassName
{
border-color: #C4BB63;
}
.TagClassName
{
border-color: #C4BB63;
}
</style>