Shades of Dark Khaki #C1BF73
Tints of Dark Khaki #C1BF73
RGB
CMYK
RGB Variations
Color information
#C1BF73 (or 0xC1BF73) is known color: Dark Khaki. HEX triplet: C1, BF and 73. RGB value is (193,191,115). Sum of RGB (Red+Green+Blue) = 193+191+115=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF73 is #3E408C. Grayscale: #B7B7B7. Windows color (decimal): -4079757 or 7585729. OLE color: 7585729.
HSL color Cylindrical-coordinate representation of color #C1BF73: hue angle of 58.46º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1BF73 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 115 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.24 |
| HSL | 58.46º | 0.39% | 0.6% | - |
| HSV(B) | 58.46º | 0.4% | 0.76% | - |
| XYZ | 43.72 | 49.84 | 23.53 | - |
| YUV | 182.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 115 | 0 | 0.01 | 0.40 | 0.24 | 58.46 | 0.39 | 0.6 |
| Hex | C1 | BF | 73 | 0 | 1 | 28 | 18 | 3A | 27 | 3C |
| Octal | 301 | 277 | 163 | 0 | 1 | 50 | 30 | 72 | 47 | 74 |
| Binary | 11000001 | 10111111 | 1110011 | 0 | 1 | 101000 | 11000 | 111010 | 100111 | 111100 |
Color Harmonies of #C1BF73
Complementary color
Monochromatic Colors of #C1BF73
Black with #C1BF73
Text Example
Text Example
White with #C1BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF73; }
p { color: rgb(193,191,115); }
H1.HeaderClassName
{
color: #C1BF73;
}
.AnyTagClassName
{
color: #C1BF73;
}
</style>
background-color css
<style>
a { background-color: #C1BF73; }
a { background-color: rgb(193,191,115); }
div.DivClassName
{
background-color: #C1BF73;
}
.BgClassName
{
background-color: #C1BF73;
}
</style>
border-color css
<style>
span { border-color: #C1BF73; }
span { border-color: rgb(193,191,115); }
td.TdClassName
{
border-color: #C1BF73;
}
.TagClassName
{
border-color: #C1BF73;
}
</style>