Shades of Dark Khaki #C3BC68
Tints of Dark Khaki #C3BC68
RGB
CMYK
RGB Variations
Color information
#C3BC68 (or 0xC3BC68) is known color: Dark Khaki. HEX triplet: C3, BC and 68. RGB value is (195,188,104). Sum of RGB (Red+Green+Blue) = 195+188+104=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC68 is #3C4397. Grayscale: #B4B4B4. Windows color (decimal): -3949464 or 6864067. OLE color: 6864067.
HSL color Cylindrical-coordinate representation of color #C3BC68: hue angle of 55.38º 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 #C3BC68 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 104 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.24 |
| HSL | 55.38º | 0.43% | 0.59% | - |
| HSV(B) | 55.38º | 0.47% | 0.76% | - |
| XYZ | 42.99 | 48.57 | 20.21 | - |
| YUV | 180.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 104 | 0 | 0.04 | 0.47 | 0.24 | 55.38 | 0.43 | 0.59 |
| Hex | C3 | BC | 68 | 0 | 4 | 2F | 18 | 37 | 2B | 3B |
| Octal | 303 | 274 | 150 | 0 | 4 | 57 | 30 | 67 | 53 | 73 |
| Binary | 11000011 | 10111100 | 1101000 | 0 | 100 | 101111 | 11000 | 110111 | 101011 | 111011 |
Color Harmonies of #C3BC68
Complementary color
Monochromatic Colors of #C3BC68
Black with #C3BC68
Text Example
Text Example
White with #C3BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC68; }
p { color: rgb(195,188,104); }
H1.HeaderClassName
{
color: #C3BC68;
}
.AnyTagClassName
{
color: #C3BC68;
}
</style>
background-color css
<style>
a { background-color: #C3BC68; }
a { background-color: rgb(195,188,104); }
div.DivClassName
{
background-color: #C3BC68;
}
.BgClassName
{
background-color: #C3BC68;
}
</style>
border-color css
<style>
span { border-color: #C3BC68; }
span { border-color: rgb(195,188,104); }
td.TdClassName
{
border-color: #C3BC68;
}
.TagClassName
{
border-color: #C3BC68;
}
</style>