Shades of Dark Khaki #C1B572
Tints of Dark Khaki #C1B572
RGB
CMYK
RGB Variations
Color information
#C1B572 (or 0xC1B572) is known color: Dark Khaki. HEX triplet: C1, B5 and 72. RGB value is (193,181,114). Sum of RGB (Red+Green+Blue) = 193+181+114=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B572 is #3E4A8D. Grayscale: #B1B1B1. Windows color (decimal): -4082318 or 7517633. OLE color: 7517633.
HSL color Cylindrical-coordinate representation of color #C1B572: hue angle of 50.89º 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 #C1B572 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 114 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.24 |
| HSL | 50.89º | 0.39% | 0.6% | - |
| HSV(B) | 50.89º | 0.41% | 0.76% | - |
| XYZ | 41.55 | 45.6 | 22.53 | - |
| YUV | 176.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 114 | 0 | 0.06 | 0.41 | 0.24 | 50.89 | 0.39 | 0.6 |
| Hex | C1 | B5 | 72 | 0 | 6 | 29 | 18 | 33 | 27 | 3C |
| Octal | 301 | 265 | 162 | 0 | 6 | 51 | 30 | 63 | 47 | 74 |
| Binary | 11000001 | 10110101 | 1110010 | 0 | 110 | 101001 | 11000 | 110011 | 100111 | 111100 |
Color Harmonies of #C1B572
Complementary color
Monochromatic Colors of #C1B572
Black with #C1B572
Text Example
Text Example
White with #C1B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B572; }
p { color: rgb(193,181,114); }
H1.HeaderClassName
{
color: #C1B572;
}
.AnyTagClassName
{
color: #C1B572;
}
</style>
background-color css
<style>
a { background-color: #C1B572; }
a { background-color: rgb(193,181,114); }
div.DivClassName
{
background-color: #C1B572;
}
.BgClassName
{
background-color: #C1B572;
}
</style>
border-color css
<style>
span { border-color: #C1B572; }
span { border-color: rgb(193,181,114); }
td.TdClassName
{
border-color: #C1B572;
}
.TagClassName
{
border-color: #C1B572;
}
</style>