Shades of Dark Khaki #C1B16C
Tints of Dark Khaki #C1B16C
RGB
CMYK
RGB Variations
Color information
#C1B16C (or 0xC1B16C) is known color: Dark Khaki. HEX triplet: C1, B1 and 6C. RGB value is (193,177,108). Sum of RGB (Red+Green+Blue) = 193+177+108=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B16C is #3E4E93. Grayscale: #AEAEAE. Windows color (decimal): -4083348 or 7123393. OLE color: 7123393.
HSL color Cylindrical-coordinate representation of color #C1B16C: hue angle of 48.71º 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 #C1B16C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 108 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.24 |
| HSL | 48.71º | 0.41% | 0.59% | - |
| HSV(B) | 48.71º | 0.44% | 0.76% | - |
| XYZ | 40.42 | 43.86 | 20.52 | - |
| YUV | 173.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 108 | 0 | 0.08 | 0.44 | 0.24 | 48.71 | 0.41 | 0.59 |
| Hex | C1 | B1 | 6C | 0 | 8 | 2C | 18 | 31 | 29 | 3B |
| Octal | 301 | 261 | 154 | 0 | 10 | 54 | 30 | 61 | 51 | 73 |
| Binary | 11000001 | 10110001 | 1101100 | 0 | 1000 | 101100 | 11000 | 110001 | 101001 | 111011 |
Color Harmonies of #C1B16C
Complementary color
Monochromatic Colors of #C1B16C
Black with #C1B16C
Text Example
Text Example
White with #C1B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B16C; }
p { color: rgb(193,177,108); }
H1.HeaderClassName
{
color: #C1B16C;
}
.AnyTagClassName
{
color: #C1B16C;
}
</style>
background-color css
<style>
a { background-color: #C1B16C; }
a { background-color: rgb(193,177,108); }
div.DivClassName
{
background-color: #C1B16C;
}
.BgClassName
{
background-color: #C1B16C;
}
</style>
border-color css
<style>
span { border-color: #C1B16C; }
span { border-color: rgb(193,177,108); }
td.TdClassName
{
border-color: #C1B16C;
}
.TagClassName
{
border-color: #C1B16C;
}
</style>