Shades of Dark Khaki #C2B36F
Tints of Dark Khaki #C2B36F
RGB
CMYK
RGB Variations
Color information
#C2B36F (or 0xC2B36F) is known color: Dark Khaki. HEX triplet: C2, B3 and 6F. RGB value is (194,179,111). Sum of RGB (Red+Green+Blue) = 194+179+111=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B36F is #3D4C90. Grayscale: #B0B0B0. Windows color (decimal): -4017297 or 7320514. OLE color: 7320514.
HSL color Cylindrical-coordinate representation of color #C2B36F: hue angle of 49.16º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2B36F is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 111 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.24 |
| HSL | 49.16º | 0.4% | 0.6% | - |
| HSV(B) | 49.16º | 0.43% | 0.76% | - |
| XYZ | 41.24 | 44.86 | 21.52 | - |
| YUV | 175.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 111 | 0 | 0.08 | 0.43 | 0.24 | 49.16 | 0.4 | 0.6 |
| Hex | C2 | B3 | 6F | 0 | 8 | 2B | 18 | 31 | 28 | 3C |
| Octal | 302 | 263 | 157 | 0 | 10 | 53 | 30 | 61 | 50 | 74 |
| Binary | 11000010 | 10110011 | 1101111 | 0 | 1000 | 101011 | 11000 | 110001 | 101000 | 111100 |
Color Harmonies of #C2B36F
Complementary color
Monochromatic Colors of #C2B36F
Black with #C2B36F
Text Example
Text Example
White with #C2B36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B36F; }
p { color: rgb(194,179,111); }
H1.HeaderClassName
{
color: #C2B36F;
}
.AnyTagClassName
{
color: #C2B36F;
}
</style>
background-color css
<style>
a { background-color: #C2B36F; }
a { background-color: rgb(194,179,111); }
div.DivClassName
{
background-color: #C2B36F;
}
.BgClassName
{
background-color: #C2B36F;
}
</style>
border-color css
<style>
span { border-color: #C2B36F; }
span { border-color: rgb(194,179,111); }
td.TdClassName
{
border-color: #C2B36F;
}
.TagClassName
{
border-color: #C2B36F;
}
</style>