Shades of Dark Khaki #C3B26D
Tints of Dark Khaki #C3B26D
RGB
CMYK
RGB Variations
Color information
#C3B26D (or 0xC3B26D) is known color: Dark Khaki. HEX triplet: C3, B2 and 6D. RGB value is (195,178,109). Sum of RGB (Red+Green+Blue) = 195+178+109=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B26D is #3C4D92. Grayscale: #AFAFAF. Windows color (decimal): -3952019 or 7189187. OLE color: 7189187.
HSL color Cylindrical-coordinate representation of color #C3B26D: hue angle of 48.14º degrees, saturation: 0.42, 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 #C3B26D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 109 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.24 |
| HSL | 48.14º | 0.42% | 0.6% | - |
| HSV(B) | 48.14º | 0.44% | 0.76% | - |
| XYZ | 41.19 | 44.55 | 20.9 | - |
| YUV | 175.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 109 | 0 | 0.09 | 0.44 | 0.24 | 48.14 | 0.42 | 0.6 |
| Hex | C3 | B2 | 6D | 0 | 9 | 2C | 18 | 30 | 2A | 3C |
| Octal | 303 | 262 | 155 | 0 | 11 | 54 | 30 | 60 | 52 | 74 |
| Binary | 11000011 | 10110010 | 1101101 | 0 | 1001 | 101100 | 11000 | 110000 | 101010 | 111100 |
Color Harmonies of #C3B26D
Complementary color
Monochromatic Colors of #C3B26D
Black with #C3B26D
Text Example
Text Example
White with #C3B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B26D; }
p { color: rgb(195,178,109); }
H1.HeaderClassName
{
color: #C3B26D;
}
.AnyTagClassName
{
color: #C3B26D;
}
</style>
background-color css
<style>
a { background-color: #C3B26D; }
a { background-color: rgb(195,178,109); }
div.DivClassName
{
background-color: #C3B26D;
}
.BgClassName
{
background-color: #C3B26D;
}
</style>
border-color css
<style>
span { border-color: #C3B26D; }
span { border-color: rgb(195,178,109); }
td.TdClassName
{
border-color: #C3B26D;
}
.TagClassName
{
border-color: #C3B26D;
}
</style>