Shades of Dark Khaki #C2B675
Tints of Dark Khaki #C2B675
RGB
CMYK
RGB Variations
Color information
#C2B675 (or 0xC2B675) is known color: Dark Khaki. HEX triplet: C2, B6 and 75. RGB value is (194,182,117). Sum of RGB (Red+Green+Blue) = 194+182+117=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B675 is #3D498A. Grayscale: #B2B2B2. Windows color (decimal): -4016523 or 7714498. OLE color: 7714498.
HSL color Cylindrical-coordinate representation of color #C2B675: hue angle of 50.65º 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 #C2B675 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 117 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.24 |
| HSL | 50.65º | 0.39% | 0.61% | - |
| HSV(B) | 50.65º | 0.4% | 0.76% | - |
| XYZ | 42.19 | 46.21 | 23.53 | - |
| YUV | 178.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 117 | 0 | 0.06 | 0.40 | 0.24 | 50.65 | 0.39 | 0.61 |
| Hex | C2 | B6 | 75 | 0 | 6 | 28 | 18 | 33 | 27 | 3D |
| Octal | 302 | 266 | 165 | 0 | 6 | 50 | 30 | 63 | 47 | 75 |
| Binary | 11000010 | 10110110 | 1110101 | 0 | 110 | 101000 | 11000 | 110011 | 100111 | 111101 |
Color Harmonies of #C2B675
Complementary color
Monochromatic Colors of #C2B675
Black with #C2B675
Text Example
Text Example
White with #C2B675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B675; }
p { color: rgb(194,182,117); }
H1.HeaderClassName
{
color: #C2B675;
}
.AnyTagClassName
{
color: #C2B675;
}
</style>
background-color css
<style>
a { background-color: #C2B675; }
a { background-color: rgb(194,182,117); }
div.DivClassName
{
background-color: #C2B675;
}
.BgClassName
{
background-color: #C2B675;
}
</style>
border-color css
<style>
span { border-color: #C2B675; }
span { border-color: rgb(194,182,117); }
td.TdClassName
{
border-color: #C2B675;
}
.TagClassName
{
border-color: #C2B675;
}
</style>