Shades of Dark Khaki #C1B471
Tints of Dark Khaki #C1B471
RGB
CMYK
RGB Variations
Color information
#C1B471 (or 0xC1B471) is known color: Dark Khaki. HEX triplet: C1, B4 and 71. RGB value is (193,180,113). Sum of RGB (Red+Green+Blue) = 193+180+113=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B471 is #3E4B8E. Grayscale: #B0B0B0. Windows color (decimal): -4082575 or 7451841. OLE color: 7451841.
HSL color Cylindrical-coordinate representation of color #C1B471: hue angle of 50.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1B471 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 113 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.24 |
| HSL | 50.25º | 0.39% | 0.6% | - |
| HSV(B) | 50.25º | 0.41% | 0.76% | - |
| XYZ | 41.29 | 45.17 | 22.17 | - |
| YUV | 176.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 113 | 0 | 0.07 | 0.41 | 0.24 | 50.25 | 0.39 | 0.6 |
| Hex | C1 | B4 | 71 | 0 | 7 | 29 | 18 | 32 | 27 | 3C |
| Octal | 301 | 264 | 161 | 0 | 7 | 51 | 30 | 62 | 47 | 74 |
| Binary | 11000001 | 10110100 | 1110001 | 0 | 111 | 101001 | 11000 | 110010 | 100111 | 111100 |
Color Harmonies of #C1B471
Complementary color
Monochromatic Colors of #C1B471
Black with #C1B471
Text Example
Text Example
White with #C1B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B471; }
p { color: rgb(193,180,113); }
H1.HeaderClassName
{
color: #C1B471;
}
.AnyTagClassName
{
color: #C1B471;
}
</style>
background-color css
<style>
a { background-color: #C1B471; }
a { background-color: rgb(193,180,113); }
div.DivClassName
{
background-color: #C1B471;
}
.BgClassName
{
background-color: #C1B471;
}
</style>
border-color css
<style>
span { border-color: #C1B471; }
span { border-color: rgb(193,180,113); }
td.TdClassName
{
border-color: #C1B471;
}
.TagClassName
{
border-color: #C1B471;
}
</style>