Shades of Dark Khaki #C3C26F
Tints of Dark Khaki #C3C26F
RGB
CMYK
RGB Variations
Color information
#C3C26F (or 0xC3C26F) is known color: Dark Khaki. HEX triplet: C3, C2 and 6F. RGB value is (195,194,111). Sum of RGB (Red+Green+Blue) = 195+194+111=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C26F is #3C3D90. Grayscale: #B9B9B9. Windows color (decimal): -3947921 or 7324355. OLE color: 7324355.
HSL color Cylindrical-coordinate representation of color #C3C26F: 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.43%. Process color model (Four color, CMYK) of #C3C26F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 111 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.24 |
| HSL | 59.29º | 0.41% | 0.6% | - |
| HSV(B) | 59.29º | 0.43% | 0.76% | - |
| XYZ | 44.67 | 51.33 | 22.59 | - |
| YUV | 184.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 111 | 0 | 0.01 | 0.43 | 0.24 | 59.29 | 0.41 | 0.6 |
| Hex | C3 | C2 | 6F | 0 | 1 | 2B | 18 | 3B | 29 | 3C |
| Octal | 303 | 302 | 157 | 0 | 1 | 53 | 30 | 73 | 51 | 74 |
| Binary | 11000011 | 11000010 | 1101111 | 0 | 1 | 101011 | 11000 | 111011 | 101001 | 111100 |
Color Harmonies of #C3C26F
Complementary color
Monochromatic Colors of #C3C26F
Black with #C3C26F
Text Example
Text Example
White with #C3C26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C26F; }
p { color: rgb(195,194,111); }
H1.HeaderClassName
{
color: #C3C26F;
}
.AnyTagClassName
{
color: #C3C26F;
}
</style>
background-color css
<style>
a { background-color: #C3C26F; }
a { background-color: rgb(195,194,111); }
div.DivClassName
{
background-color: #C3C26F;
}
.BgClassName
{
background-color: #C3C26F;
}
</style>
border-color css
<style>
span { border-color: #C3C26F; }
span { border-color: rgb(195,194,111); }
td.TdClassName
{
border-color: #C3C26F;
}
.TagClassName
{
border-color: #C3C26F;
}
</style>