Shades of Dark Khaki #C4BE75
Tints of Dark Khaki #C4BE75
RGB
CMYK
RGB Variations
Color information
#C4BE75 (or 0xC4BE75) is known color: Dark Khaki. HEX triplet: C4, BE and 75. RGB value is (196,190,117). Sum of RGB (Red+Green+Blue) = 196+190+117=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE75 is #3B418A. Grayscale: #B7B7B7. Windows color (decimal): -3883403 or 7716548. OLE color: 7716548.
HSL color Cylindrical-coordinate representation of color #C4BE75: hue angle of 55.44º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4BE75 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 117 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.23 |
| HSL | 55.44º | 0.4% | 0.61% | - |
| HSV(B) | 55.44º | 0.4% | 0.77% | - |
| XYZ | 44.39 | 49.85 | 24.11 | - |
| YUV | 183.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 117 | 0 | 0.03 | 0.40 | 0.23 | 55.44 | 0.4 | 0.61 |
| Hex | C4 | BE | 75 | 0 | 3 | 28 | 17 | 37 | 28 | 3D |
| Octal | 304 | 276 | 165 | 0 | 3 | 50 | 27 | 67 | 50 | 75 |
| Binary | 11000100 | 10111110 | 1110101 | 0 | 11 | 101000 | 10111 | 110111 | 101000 | 111101 |
Color Harmonies of #C4BE75
Complementary color
Monochromatic Colors of #C4BE75
Black with #C4BE75
Text Example
Text Example
White with #C4BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE75; }
p { color: rgb(196,190,117); }
H1.HeaderClassName
{
color: #C4BE75;
}
.AnyTagClassName
{
color: #C4BE75;
}
</style>
background-color css
<style>
a { background-color: #C4BE75; }
a { background-color: rgb(196,190,117); }
div.DivClassName
{
background-color: #C4BE75;
}
.BgClassName
{
background-color: #C4BE75;
}
</style>
border-color css
<style>
span { border-color: #C4BE75; }
span { border-color: rgb(196,190,117); }
td.TdClassName
{
border-color: #C4BE75;
}
.TagClassName
{
border-color: #C4BE75;
}
</style>