Shades of Dark Khaki #C3C16C
Tints of Dark Khaki #C3C16C
RGB
CMYK
RGB Variations
Color information
#C3C16C (or 0xC3C16C) is known color: Dark Khaki. HEX triplet: C3, C1 and 6C. RGB value is (195,193,108). Sum of RGB (Red+Green+Blue) = 195+193+108=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C16C is #3C3E93. Grayscale: #B8B8B8. Windows color (decimal): -3948180 or 7127491. OLE color: 7127491.
HSL color Cylindrical-coordinate representation of color #C3C16C: hue angle of 58.62º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3C16C is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 108 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.24 |
| HSL | 58.62º | 0.42% | 0.59% | - |
| HSV(B) | 58.62º | 0.45% | 0.76% | - |
| XYZ | 44.28 | 50.82 | 21.66 | - |
| YUV | 183.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 108 | 0 | 0.01 | 0.45 | 0.24 | 58.62 | 0.42 | 0.59 |
| Hex | C3 | C1 | 6C | 0 | 1 | 2D | 18 | 3B | 2A | 3B |
| Octal | 303 | 301 | 154 | 0 | 1 | 55 | 30 | 73 | 52 | 73 |
| Binary | 11000011 | 11000001 | 1101100 | 0 | 1 | 101101 | 11000 | 111011 | 101010 | 111011 |
Color Harmonies of #C3C16C
Complementary color
Monochromatic Colors of #C3C16C
Black with #C3C16C
Text Example
Text Example
White with #C3C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C16C; }
p { color: rgb(195,193,108); }
H1.HeaderClassName
{
color: #C3C16C;
}
.AnyTagClassName
{
color: #C3C16C;
}
</style>
background-color css
<style>
a { background-color: #C3C16C; }
a { background-color: rgb(195,193,108); }
div.DivClassName
{
background-color: #C3C16C;
}
.BgClassName
{
background-color: #C3C16C;
}
</style>
border-color css
<style>
span { border-color: #C3C16C; }
span { border-color: rgb(195,193,108); }
td.TdClassName
{
border-color: #C3C16C;
}
.TagClassName
{
border-color: #C3C16C;
}
</style>