Shades of Dark Khaki #C3C46B
Tints of Dark Khaki #C3C46B
RGB
CMYK
RGB Variations
Color information
#C3C46B (or 0xC3C46B) is known color: Dark Khaki. HEX triplet: C3, C4 and 6B. RGB value is (195,196,107). Sum of RGB (Red+Green+Blue) = 195+196+107=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C46B is #3C3B94. Grayscale: #B9B9B9. Windows color (decimal): -3947413 or 7062723. OLE color: 7062723.
HSL color Cylindrical-coordinate representation of color #C3C46B: hue angle of 60.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3C46B is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 107 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.23 |
| HSL | 60.67º | 0.43% | 0.59% | - |
| HSV(B) | 60.67º | 0.45% | 0.77% | - |
| XYZ | 44.9 | 52.14 | 21.61 | - |
| YUV | 185.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 107 | 0.01 | 0 | 0.45 | 0.23 | 60.67 | 0.43 | 0.59 |
| Hex | C3 | C4 | 6B | 1 | 0 | 2D | 17 | 3D | 2B | 3B |
| Octal | 303 | 304 | 153 | 1 | 0 | 55 | 27 | 75 | 53 | 73 |
| Binary | 11000011 | 11000100 | 1101011 | 1 | 0 | 101101 | 10111 | 111101 | 101011 | 111011 |
Color Harmonies of #C3C46B
Complementary color
Monochromatic Colors of #C3C46B
Black with #C3C46B
Text Example
Text Example
White with #C3C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C46B; }
p { color: rgb(195,196,107); }
H1.HeaderClassName
{
color: #C3C46B;
}
.AnyTagClassName
{
color: #C3C46B;
}
</style>
background-color css
<style>
a { background-color: #C3C46B; }
a { background-color: rgb(195,196,107); }
div.DivClassName
{
background-color: #C3C46B;
}
.BgClassName
{
background-color: #C3C46B;
}
</style>
border-color css
<style>
span { border-color: #C3C46B; }
span { border-color: rgb(195,196,107); }
td.TdClassName
{
border-color: #C3C46B;
}
.TagClassName
{
border-color: #C3C46B;
}
</style>