Shades of Dark Khaki #C1B36C
Tints of Dark Khaki #C1B36C
RGB
CMYK
RGB Variations
Color information
#C1B36C (or 0xC1B36C) is known color: Dark Khaki. HEX triplet: C1, B3 and 6C. RGB value is (193,179,108). Sum of RGB (Red+Green+Blue) = 193+179+108=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B36C is #3E4C93. Grayscale: #AFAFAF. Windows color (decimal): -4082836 or 7123905. OLE color: 7123905.
HSL color Cylindrical-coordinate representation of color #C1B36C: hue angle of 50.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1B36C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 108 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.24 |
| HSL | 50.12º | 0.41% | 0.59% | - |
| HSV(B) | 50.12º | 0.44% | 0.76% | - |
| XYZ | 40.82 | 44.66 | 20.66 | - |
| YUV | 175.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 108 | 0 | 0.07 | 0.44 | 0.24 | 50.12 | 0.41 | 0.59 |
| Hex | C1 | B3 | 6C | 0 | 7 | 2C | 18 | 32 | 29 | 3B |
| Octal | 301 | 263 | 154 | 0 | 7 | 54 | 30 | 62 | 51 | 73 |
| Binary | 11000001 | 10110011 | 1101100 | 0 | 111 | 101100 | 11000 | 110010 | 101001 | 111011 |
Color Harmonies of #C1B36C
Complementary color
Monochromatic Colors of #C1B36C
Black with #C1B36C
Text Example
Text Example
White with #C1B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B36C; }
p { color: rgb(193,179,108); }
H1.HeaderClassName
{
color: #C1B36C;
}
.AnyTagClassName
{
color: #C1B36C;
}
</style>
background-color css
<style>
a { background-color: #C1B36C; }
a { background-color: rgb(193,179,108); }
div.DivClassName
{
background-color: #C1B36C;
}
.BgClassName
{
background-color: #C1B36C;
}
</style>
border-color css
<style>
span { border-color: #C1B36C; }
span { border-color: rgb(193,179,108); }
td.TdClassName
{
border-color: #C1B36C;
}
.TagClassName
{
border-color: #C1B36C;
}
</style>