Shades of Dark Khaki #C2BB75
Tints of Dark Khaki #C2BB75
RGB
CMYK
RGB Variations
Color information
#C2BB75 (or 0xC2BB75) is known color: Dark Khaki. HEX triplet: C2, BB and 75. RGB value is (194,187,117). Sum of RGB (Red+Green+Blue) = 194+187+117=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB75 is #3D448A. Grayscale: #B5B5B5. Windows color (decimal): -4015243 or 7715778. OLE color: 7715778.
HSL color Cylindrical-coordinate representation of color #C2BB75: hue angle of 54.55º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2BB75 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 117 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.24 |
| HSL | 54.55º | 0.39% | 0.61% | - |
| HSV(B) | 54.55º | 0.4% | 0.76% | - |
| XYZ | 43.23 | 48.29 | 23.87 | - |
| YUV | 181.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 117 | 0 | 0.04 | 0.40 | 0.24 | 54.55 | 0.39 | 0.61 |
| Hex | C2 | BB | 75 | 0 | 4 | 28 | 18 | 37 | 27 | 3D |
| Octal | 302 | 273 | 165 | 0 | 4 | 50 | 30 | 67 | 47 | 75 |
| Binary | 11000010 | 10111011 | 1110101 | 0 | 100 | 101000 | 11000 | 110111 | 100111 | 111101 |
Color Harmonies of #C2BB75
Complementary color
Monochromatic Colors of #C2BB75
Black with #C2BB75
Text Example
Text Example
White with #C2BB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB75; }
p { color: rgb(194,187,117); }
H1.HeaderClassName
{
color: #C2BB75;
}
.AnyTagClassName
{
color: #C2BB75;
}
</style>
background-color css
<style>
a { background-color: #C2BB75; }
a { background-color: rgb(194,187,117); }
div.DivClassName
{
background-color: #C2BB75;
}
.BgClassName
{
background-color: #C2BB75;
}
</style>
border-color css
<style>
span { border-color: #C2BB75; }
span { border-color: rgb(194,187,117); }
td.TdClassName
{
border-color: #C2BB75;
}
.TagClassName
{
border-color: #C2BB75;
}
</style>