Shades of Dark Khaki #C2B46B
Tints of Dark Khaki #C2B46B
RGB
CMYK
RGB Variations
Color information
#C2B46B (or 0xC2B46B) is known color: Dark Khaki. HEX triplet: C2, B4 and 6B. RGB value is (194,180,107). Sum of RGB (Red+Green+Blue) = 194+180+107=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B46B is #3D4B94. Grayscale: #B0B0B0. Windows color (decimal): -4017045 or 7058626. OLE color: 7058626.
HSL color Cylindrical-coordinate representation of color #C2B46B: hue angle of 50.34º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2B46B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 107 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.24 |
| HSL | 50.34º | 0.42% | 0.59% | - |
| HSV(B) | 50.34º | 0.45% | 0.76% | - |
| XYZ | 41.22 | 45.17 | 20.46 | - |
| YUV | 175.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 107 | 0 | 0.07 | 0.45 | 0.24 | 50.34 | 0.42 | 0.59 |
| Hex | C2 | B4 | 6B | 0 | 7 | 2D | 18 | 32 | 2A | 3B |
| Octal | 302 | 264 | 153 | 0 | 7 | 55 | 30 | 62 | 52 | 73 |
| Binary | 11000010 | 10110100 | 1101011 | 0 | 111 | 101101 | 11000 | 110010 | 101010 | 111011 |
Color Harmonies of #C2B46B
Complementary color
Monochromatic Colors of #C2B46B
Black with #C2B46B
Text Example
Text Example
White with #C2B46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B46B; }
p { color: rgb(194,180,107); }
H1.HeaderClassName
{
color: #C2B46B;
}
.AnyTagClassName
{
color: #C2B46B;
}
</style>
background-color css
<style>
a { background-color: #C2B46B; }
a { background-color: rgb(194,180,107); }
div.DivClassName
{
background-color: #C2B46B;
}
.BgClassName
{
background-color: #C2B46B;
}
</style>
border-color css
<style>
span { border-color: #C2B46B; }
span { border-color: rgb(194,180,107); }
td.TdClassName
{
border-color: #C2B46B;
}
.TagClassName
{
border-color: #C2B46B;
}
</style>