Shades of Dark Khaki #C1C269
Tints of Dark Khaki #C1C269
RGB
CMYK
RGB Variations
Color information
#C1C269 (or 0xC1C269) is known color: Dark Khaki. HEX triplet: C1, C2 and 69. RGB value is (193,194,105). Sum of RGB (Red+Green+Blue) = 193+194+105=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C269 is #3E3D96. Grayscale: #B7B7B7. Windows color (decimal): -4078999 or 6931137. OLE color: 6931137.
HSL color Cylindrical-coordinate representation of color #C1C269: hue angle of 60.67º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1C269 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 105 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.24 |
| HSL | 60.67º | 0.42% | 0.59% | - |
| HSV(B) | 60.67º | 0.46% | 0.76% | - |
| XYZ | 43.83 | 50.94 | 20.89 | - |
| YUV | 183.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 105 | 0.01 | 0 | 0.46 | 0.24 | 60.67 | 0.42 | 0.59 |
| Hex | C1 | C2 | 69 | 1 | 0 | 2E | 18 | 3D | 2A | 3B |
| Octal | 301 | 302 | 151 | 1 | 0 | 56 | 30 | 75 | 52 | 73 |
| Binary | 11000001 | 11000010 | 1101001 | 1 | 0 | 101110 | 11000 | 111101 | 101010 | 111011 |
Color Harmonies of #C1C269
Complementary color
Monochromatic Colors of #C1C269
Black with #C1C269
Text Example
Text Example
White with #C1C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C269; }
p { color: rgb(193,194,105); }
H1.HeaderClassName
{
color: #C1C269;
}
.AnyTagClassName
{
color: #C1C269;
}
</style>
background-color css
<style>
a { background-color: #C1C269; }
a { background-color: rgb(193,194,105); }
div.DivClassName
{
background-color: #C1C269;
}
.BgClassName
{
background-color: #C1C269;
}
</style>
border-color css
<style>
span { border-color: #C1C269; }
span { border-color: rgb(193,194,105); }
td.TdClassName
{
border-color: #C1C269;
}
.TagClassName
{
border-color: #C1C269;
}
</style>