Shades of Dark Khaki #C1BE72
Tints of Dark Khaki #C1BE72
RGB
CMYK
RGB Variations
Color information
#C1BE72 (or 0xC1BE72) is known color: Dark Khaki. HEX triplet: C1, BE and 72. RGB value is (193,190,114). Sum of RGB (Red+Green+Blue) = 193+190+114=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE72 is #3E418D. Grayscale: #B6B6B6. Windows color (decimal): -4080014 or 7519937. OLE color: 7519937.
HSL color Cylindrical-coordinate representation of color #C1BE72: hue angle of 57.72º 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 #C1BE72 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 114 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.24 |
| HSL | 57.72º | 0.39% | 0.6% | - |
| HSV(B) | 57.72º | 0.41% | 0.76% | - |
| XYZ | 43.44 | 49.38 | 23.16 | - |
| YUV | 182.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 114 | 0 | 0.02 | 0.41 | 0.24 | 57.72 | 0.39 | 0.6 |
| Hex | C1 | BE | 72 | 0 | 2 | 29 | 18 | 3A | 27 | 3C |
| Octal | 301 | 276 | 162 | 0 | 2 | 51 | 30 | 72 | 47 | 74 |
| Binary | 11000001 | 10111110 | 1110010 | 0 | 10 | 101001 | 11000 | 111010 | 100111 | 111100 |
Color Harmonies of #C1BE72
Complementary color
Monochromatic Colors of #C1BE72
Black with #C1BE72
Text Example
Text Example
White with #C1BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE72; }
p { color: rgb(193,190,114); }
H1.HeaderClassName
{
color: #C1BE72;
}
.AnyTagClassName
{
color: #C1BE72;
}
</style>
background-color css
<style>
a { background-color: #C1BE72; }
a { background-color: rgb(193,190,114); }
div.DivClassName
{
background-color: #C1BE72;
}
.BgClassName
{
background-color: #C1BE72;
}
</style>
border-color css
<style>
span { border-color: #C1BE72; }
span { border-color: rgb(193,190,114); }
td.TdClassName
{
border-color: #C1BE72;
}
.TagClassName
{
border-color: #C1BE72;
}
</style>