Shades of Dark Khaki #C1BC72
Tints of Dark Khaki #C1BC72
RGB
CMYK
RGB Variations
Color information
#C1BC72 (or 0xC1BC72) is known color: Dark Khaki. HEX triplet: C1, BC and 72. RGB value is (193,188,114). Sum of RGB (Red+Green+Blue) = 193+188+114=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC72 is #3E438D. Grayscale: #B5B5B5. Windows color (decimal): -4080526 or 7519425. OLE color: 7519425.
HSL color Cylindrical-coordinate representation of color #C1BC72: hue angle of 56.2º 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 #C1BC72 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 114 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.24 |
| HSL | 56.2º | 0.39% | 0.6% | - |
| HSV(B) | 56.2º | 0.41% | 0.76% | - |
| XYZ | 43.01 | 48.52 | 23.02 | - |
| YUV | 181.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 114 | 0 | 0.03 | 0.41 | 0.24 | 56.2 | 0.39 | 0.6 |
| Hex | C1 | BC | 72 | 0 | 3 | 29 | 18 | 38 | 27 | 3C |
| Octal | 301 | 274 | 162 | 0 | 3 | 51 | 30 | 70 | 47 | 74 |
| Binary | 11000001 | 10111100 | 1110010 | 0 | 11 | 101001 | 11000 | 111000 | 100111 | 111100 |
Color Harmonies of #C1BC72
Complementary color
Monochromatic Colors of #C1BC72
Black with #C1BC72
Text Example
Text Example
White with #C1BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC72; }
p { color: rgb(193,188,114); }
H1.HeaderClassName
{
color: #C1BC72;
}
.AnyTagClassName
{
color: #C1BC72;
}
</style>
background-color css
<style>
a { background-color: #C1BC72; }
a { background-color: rgb(193,188,114); }
div.DivClassName
{
background-color: #C1BC72;
}
.BgClassName
{
background-color: #C1BC72;
}
</style>
border-color css
<style>
span { border-color: #C1BC72; }
span { border-color: rgb(193,188,114); }
td.TdClassName
{
border-color: #C1BC72;
}
.TagClassName
{
border-color: #C1BC72;
}
</style>