Shades of Dark Khaki #C2BD75
Tints of Dark Khaki #C2BD75
RGB
CMYK
RGB Variations
Color information
#C2BD75 (or 0xC2BD75) is known color: Dark Khaki. HEX triplet: C2, BD and 75. RGB value is (194,189,117). Sum of RGB (Red+Green+Blue) = 194+189+117=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD75 is #3D428A. Grayscale: #B6B6B6. Windows color (decimal): -4014731 or 7716290. OLE color: 7716290.
HSL color Cylindrical-coordinate representation of color #C2BD75: hue angle of 56.1º 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 #C2BD75 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 117 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.24 |
| HSL | 56.1º | 0.39% | 0.61% | - |
| HSV(B) | 56.1º | 0.4% | 0.76% | - |
| XYZ | 43.66 | 49.15 | 24.02 | - |
| YUV | 182.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 117 | 0 | 0.03 | 0.40 | 0.24 | 56.1 | 0.39 | 0.61 |
| Hex | C2 | BD | 75 | 0 | 3 | 28 | 18 | 38 | 27 | 3D |
| Octal | 302 | 275 | 165 | 0 | 3 | 50 | 30 | 70 | 47 | 75 |
| Binary | 11000010 | 10111101 | 1110101 | 0 | 11 | 101000 | 11000 | 111000 | 100111 | 111101 |
Color Harmonies of #C2BD75
Complementary color
Monochromatic Colors of #C2BD75
Black with #C2BD75
Text Example
Text Example
White with #C2BD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD75; }
p { color: rgb(194,189,117); }
H1.HeaderClassName
{
color: #C2BD75;
}
.AnyTagClassName
{
color: #C2BD75;
}
</style>
background-color css
<style>
a { background-color: #C2BD75; }
a { background-color: rgb(194,189,117); }
div.DivClassName
{
background-color: #C2BD75;
}
.BgClassName
{
background-color: #C2BD75;
}
</style>
border-color css
<style>
span { border-color: #C2BD75; }
span { border-color: rgb(194,189,117); }
td.TdClassName
{
border-color: #C2BD75;
}
.TagClassName
{
border-color: #C2BD75;
}
</style>