Shades of Dark Khaki #C3C26E
Tints of Dark Khaki #C3C26E
RGB
CMYK
RGB Variations
Color information
#C3C26E (or 0xC3C26E) is known color: Dark Khaki. HEX triplet: C3, C2 and 6E. RGB value is (195,194,110). Sum of RGB (Red+Green+Blue) = 195+194+110=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C26E is #3C3D91. Grayscale: #B9B9B9. Windows color (decimal): -3947922 or 7258819. OLE color: 7258819.
HSL color Cylindrical-coordinate representation of color #C3C26E: hue angle of 59.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3C26E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 110 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.24 |
| HSL | 59.29º | 0.41% | 0.6% | - |
| HSV(B) | 59.29º | 0.44% | 0.76% | - |
| XYZ | 44.61 | 51.31 | 22.3 | - |
| YUV | 184.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 110 | 0 | 0.01 | 0.44 | 0.24 | 59.29 | 0.41 | 0.6 |
| Hex | C3 | C2 | 6E | 0 | 1 | 2C | 18 | 3B | 29 | 3C |
| Octal | 303 | 302 | 156 | 0 | 1 | 54 | 30 | 73 | 51 | 74 |
| Binary | 11000011 | 11000010 | 1101110 | 0 | 1 | 101100 | 11000 | 111011 | 101001 | 111100 |
Color Harmonies of #C3C26E
Complementary color
Monochromatic Colors of #C3C26E
Black with #C3C26E
Text Example
Text Example
White with #C3C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C26E; }
p { color: rgb(195,194,110); }
H1.HeaderClassName
{
color: #C3C26E;
}
.AnyTagClassName
{
color: #C3C26E;
}
</style>
background-color css
<style>
a { background-color: #C3C26E; }
a { background-color: rgb(195,194,110); }
div.DivClassName
{
background-color: #C3C26E;
}
.BgClassName
{
background-color: #C3C26E;
}
</style>
border-color css
<style>
span { border-color: #C3C26E; }
span { border-color: rgb(195,194,110); }
td.TdClassName
{
border-color: #C3C26E;
}
.TagClassName
{
border-color: #C3C26E;
}
</style>