Shades of Dark Khaki #C1C06B
Tints of Dark Khaki #C1C06B
RGB
CMYK
RGB Variations
Color information
#C1C06B (or 0xC1C06B) is known color: Dark Khaki. HEX triplet: C1, C0 and 6B. RGB value is (193,192,107). Sum of RGB (Red+Green+Blue) = 193+192+107=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C06B is #3E3F94. Grayscale: #B6B6B6. Windows color (decimal): -4079509 or 7061697. OLE color: 7061697.
HSL color Cylindrical-coordinate representation of color #C1C06B: hue angle of 59.3º degrees, saturation: 0.41, 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 #C1C06B is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 107 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.24 |
| HSL | 59.3º | 0.41% | 0.59% | - |
| HSV(B) | 59.3º | 0.45% | 0.76% | - |
| XYZ | 43.5 | 50.1 | 21.29 | - |
| YUV | 182.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 107 | 0 | 0.01 | 0.45 | 0.24 | 59.3 | 0.41 | 0.59 |
| Hex | C1 | C0 | 6B | 0 | 1 | 2D | 18 | 3B | 29 | 3B |
| Octal | 301 | 300 | 153 | 0 | 1 | 55 | 30 | 73 | 51 | 73 |
| Binary | 11000001 | 11000000 | 1101011 | 0 | 1 | 101101 | 11000 | 111011 | 101001 | 111011 |
Color Harmonies of #C1C06B
Complementary color
Monochromatic Colors of #C1C06B
Black with #C1C06B
Text Example
Text Example
White with #C1C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C06B; }
p { color: rgb(193,192,107); }
H1.HeaderClassName
{
color: #C1C06B;
}
.AnyTagClassName
{
color: #C1C06B;
}
</style>
background-color css
<style>
a { background-color: #C1C06B; }
a { background-color: rgb(193,192,107); }
div.DivClassName
{
background-color: #C1C06B;
}
.BgClassName
{
background-color: #C1C06B;
}
</style>
border-color css
<style>
span { border-color: #C1C06B; }
span { border-color: rgb(193,192,107); }
td.TdClassName
{
border-color: #C1C06B;
}
.TagClassName
{
border-color: #C1C06B;
}
</style>