Shades of Dark Khaki #C1C067
Tints of Dark Khaki #C1C067
RGB
CMYK
RGB Variations
Color information
#C1C067 (or 0xC1C067) is known color: Dark Khaki. HEX triplet: C1, C0 and 67. RGB value is (193,192,103). Sum of RGB (Red+Green+Blue) = 193+192+103=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C067 is #3E3F98. Grayscale: #B6B6B6. Windows color (decimal): -4079513 or 6799553. OLE color: 6799553.
HSL color Cylindrical-coordinate representation of color #C1C067: hue angle of 59.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1C067 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 103 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.24 |
| HSL | 59.33º | 0.42% | 0.58% | - |
| HSV(B) | 59.33º | 0.47% | 0.76% | - |
| XYZ | 43.29 | 50.02 | 20.2 | - |
| YUV | 182.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 103 | 0 | 0.01 | 0.47 | 0.24 | 59.33 | 0.42 | 0.58 |
| Hex | C1 | C0 | 67 | 0 | 1 | 2F | 18 | 3B | 2A | 3A |
| Octal | 301 | 300 | 147 | 0 | 1 | 57 | 30 | 73 | 52 | 72 |
| Binary | 11000001 | 11000000 | 1100111 | 0 | 1 | 101111 | 11000 | 111011 | 101010 | 111010 |
Color Harmonies of #C1C067
Complementary color
Monochromatic Colors of #C1C067
Black with #C1C067
Text Example
Text Example
White with #C1C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C067; }
p { color: rgb(193,192,103); }
H1.HeaderClassName
{
color: #C1C067;
}
.AnyTagClassName
{
color: #C1C067;
}
</style>
background-color css
<style>
a { background-color: #C1C067; }
a { background-color: rgb(193,192,103); }
div.DivClassName
{
background-color: #C1C067;
}
.BgClassName
{
background-color: #C1C067;
}
</style>
border-color css
<style>
span { border-color: #C1C067; }
span { border-color: rgb(193,192,103); }
td.TdClassName
{
border-color: #C1C067;
}
.TagClassName
{
border-color: #C1C067;
}
</style>