Shades of Dark Khaki #C1C270
Tints of Dark Khaki #C1C270
RGB
CMYK
RGB Variations
Color information
#C1C270 (or 0xC1C270) is known color: Dark Khaki. HEX triplet: C1, C2 and 70. RGB value is (193,194,112). Sum of RGB (Red+Green+Blue) = 193+194+112=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C270 is #3E3D8F. Grayscale: #B8B8B8. Windows color (decimal): -4078992 or 7389889. OLE color: 7389889.
HSL color Cylindrical-coordinate representation of color #C1C270: hue angle of 60.73º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1C270 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 112 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.24 |
| HSL | 60.73º | 0.4% | 0.6% | - |
| HSV(B) | 60.73º | 0.42% | 0.76% | - |
| XYZ | 44.21 | 51.09 | 22.86 | - |
| YUV | 184.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 112 | 0.01 | 0 | 0.42 | 0.24 | 60.73 | 0.4 | 0.6 |
| Hex | C1 | C2 | 70 | 1 | 0 | 2A | 18 | 3D | 28 | 3C |
| Octal | 301 | 302 | 160 | 1 | 0 | 52 | 30 | 75 | 50 | 74 |
| Binary | 11000001 | 11000010 | 1110000 | 1 | 0 | 101010 | 11000 | 111101 | 101000 | 111100 |
Color Harmonies of #C1C270
Complementary color
Monochromatic Colors of #C1C270
Black with #C1C270
Text Example
Text Example
White with #C1C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C270; }
p { color: rgb(193,194,112); }
H1.HeaderClassName
{
color: #C1C270;
}
.AnyTagClassName
{
color: #C1C270;
}
</style>
background-color css
<style>
a { background-color: #C1C270; }
a { background-color: rgb(193,194,112); }
div.DivClassName
{
background-color: #C1C270;
}
.BgClassName
{
background-color: #C1C270;
}
</style>
border-color css
<style>
span { border-color: #C1C270; }
span { border-color: rgb(193,194,112); }
td.TdClassName
{
border-color: #C1C270;
}
.TagClassName
{
border-color: #C1C270;
}
</style>