Shades of Dark Khaki #C3C069
Tints of Dark Khaki #C3C069
RGB
CMYK
RGB Variations
Color information
#C3C069 (or 0xC3C069) is known color: Dark Khaki. HEX triplet: C3, C0 and 69. RGB value is (195,192,105). Sum of RGB (Red+Green+Blue) = 195+192+105=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C069 is #3C3F96. Grayscale: #B7B7B7. Windows color (decimal): -3948439 or 6930627. OLE color: 6930627.
HSL color Cylindrical-coordinate representation of color #C3C069: hue angle of 58º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3C069 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 105 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.24 |
| HSL | 58º | 0.43% | 0.59% | - |
| HSV(B) | 58º | 0.46% | 0.76% | - |
| XYZ | 43.91 | 50.32 | 20.76 | - |
| YUV | 182.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 105 | 0 | 0.02 | 0.46 | 0.24 | 58 | 0.43 | 0.59 |
| Hex | C3 | C0 | 69 | 0 | 2 | 2E | 18 | 3A | 2B | 3B |
| Octal | 303 | 300 | 151 | 0 | 2 | 56 | 30 | 72 | 53 | 73 |
| Binary | 11000011 | 11000000 | 1101001 | 0 | 10 | 101110 | 11000 | 111010 | 101011 | 111011 |
Color Harmonies of #C3C069
Complementary color
Monochromatic Colors of #C3C069
Black with #C3C069
Text Example
Text Example
White with #C3C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C069; }
p { color: rgb(195,192,105); }
H1.HeaderClassName
{
color: #C3C069;
}
.AnyTagClassName
{
color: #C3C069;
}
</style>
background-color css
<style>
a { background-color: #C3C069; }
a { background-color: rgb(195,192,105); }
div.DivClassName
{
background-color: #C3C069;
}
.BgClassName
{
background-color: #C3C069;
}
</style>
border-color css
<style>
span { border-color: #C3C069; }
span { border-color: rgb(195,192,105); }
td.TdClassName
{
border-color: #C3C069;
}
.TagClassName
{
border-color: #C3C069;
}
</style>