Shades of Dark Khaki #C3BA68
Tints of Dark Khaki #C3BA68
RGB
CMYK
RGB Variations
Color information
#C3BA68 (or 0xC3BA68) is known color: Dark Khaki. HEX triplet: C3, BA and 68. RGB value is (195,186,104). Sum of RGB (Red+Green+Blue) = 195+186+104=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA68 is #3C4597. Grayscale: #B3B3B3. Windows color (decimal): -3949976 or 6863555. OLE color: 6863555.
HSL color Cylindrical-coordinate representation of color #C3BA68: hue angle of 54.07º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3BA68 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 104 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.24 |
| HSL | 54.07º | 0.43% | 0.59% | - |
| HSV(B) | 54.07º | 0.47% | 0.76% | - |
| XYZ | 42.56 | 47.72 | 20.06 | - |
| YUV | 179.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 104 | 0 | 0.05 | 0.47 | 0.24 | 54.07 | 0.43 | 0.59 |
| Hex | C3 | BA | 68 | 0 | 5 | 2F | 18 | 36 | 2B | 3B |
| Octal | 303 | 272 | 150 | 0 | 5 | 57 | 30 | 66 | 53 | 73 |
| Binary | 11000011 | 10111010 | 1101000 | 0 | 101 | 101111 | 11000 | 110110 | 101011 | 111011 |
Color Harmonies of #C3BA68
Complementary color
Monochromatic Colors of #C3BA68
Black with #C3BA68
Text Example
Text Example
White with #C3BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA68; }
p { color: rgb(195,186,104); }
H1.HeaderClassName
{
color: #C3BA68;
}
.AnyTagClassName
{
color: #C3BA68;
}
</style>
background-color css
<style>
a { background-color: #C3BA68; }
a { background-color: rgb(195,186,104); }
div.DivClassName
{
background-color: #C3BA68;
}
.BgClassName
{
background-color: #C3BA68;
}
</style>
border-color css
<style>
span { border-color: #C3BA68; }
span { border-color: rgb(195,186,104); }
td.TdClassName
{
border-color: #C3BA68;
}
.TagClassName
{
border-color: #C3BA68;
}
</style>