Shades of Dark Khaki #C1B26E
Tints of Dark Khaki #C1B26E
RGB
CMYK
RGB Variations
Color information
#C1B26E (or 0xC1B26E) is known color: Dark Khaki. HEX triplet: C1, B2 and 6E. RGB value is (193,178,110). Sum of RGB (Red+Green+Blue) = 193+178+110=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B26E is #3E4D91. Grayscale: #AFAFAF. Windows color (decimal): -4083090 or 7254721. OLE color: 7254721.
HSL color Cylindrical-coordinate representation of color #C1B26E: hue angle of 49.16º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1B26E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 178 | 110 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.24 |
| HSL | 49.16º | 0.4% | 0.59% | - |
| HSV(B) | 49.16º | 0.43% | 0.76% | - |
| XYZ | 40.73 | 44.3 | 21.16 | - |
| YUV | 174.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 110 | 0 | 0.08 | 0.43 | 0.24 | 49.16 | 0.4 | 0.59 |
| Hex | C1 | B2 | 6E | 0 | 8 | 2B | 18 | 31 | 28 | 3B |
| Octal | 301 | 262 | 156 | 0 | 10 | 53 | 30 | 61 | 50 | 73 |
| Binary | 11000001 | 10110010 | 1101110 | 0 | 1000 | 101011 | 11000 | 110001 | 101000 | 111011 |
Color Harmonies of #C1B26E
Complementary color
Monochromatic Colors of #C1B26E
Black with #C1B26E
Text Example
Text Example
White with #C1B26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B26E; }
p { color: rgb(193,178,110); }
H1.HeaderClassName
{
color: #C1B26E;
}
.AnyTagClassName
{
color: #C1B26E;
}
</style>
background-color css
<style>
a { background-color: #C1B26E; }
a { background-color: rgb(193,178,110); }
div.DivClassName
{
background-color: #C1B26E;
}
.BgClassName
{
background-color: #C1B26E;
}
</style>
border-color css
<style>
span { border-color: #C1B26E; }
span { border-color: rgb(193,178,110); }
td.TdClassName
{
border-color: #C1B26E;
}
.TagClassName
{
border-color: #C1B26E;
}
</style>