Shades of Dark Khaki #C3BB6B
Tints of Dark Khaki #C3BB6B
RGB
CMYK
RGB Variations
Color information
#C3BB6B (or 0xC3BB6B) is known color: Dark Khaki. HEX triplet: C3, BB and 6B. RGB value is (195,187,107). Sum of RGB (Red+Green+Blue) = 195+187+107=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BB6B is #3C4494. Grayscale: #B4B4B4. Windows color (decimal): -3949717 or 7060419. OLE color: 7060419.
HSL color Cylindrical-coordinate representation of color #C3BB6B: hue angle of 54.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3BB6B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 107 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.24 |
| HSL | 54.55º | 0.42% | 0.59% | - |
| HSV(B) | 54.55º | 0.45% | 0.76% | - |
| XYZ | 42.93 | 48.2 | 20.95 | - |
| YUV | 180.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 107 | 0 | 0.04 | 0.45 | 0.24 | 54.55 | 0.42 | 0.59 |
| Hex | C3 | BB | 6B | 0 | 4 | 2D | 18 | 37 | 2A | 3B |
| Octal | 303 | 273 | 153 | 0 | 4 | 55 | 30 | 67 | 52 | 73 |
| Binary | 11000011 | 10111011 | 1101011 | 0 | 100 | 101101 | 11000 | 110111 | 101010 | 111011 |
Color Harmonies of #C3BB6B
Complementary color
Monochromatic Colors of #C3BB6B
Black with #C3BB6B
Text Example
Text Example
White with #C3BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BB6B; }
p { color: rgb(195,187,107); }
H1.HeaderClassName
{
color: #C3BB6B;
}
.AnyTagClassName
{
color: #C3BB6B;
}
</style>
background-color css
<style>
a { background-color: #C3BB6B; }
a { background-color: rgb(195,187,107); }
div.DivClassName
{
background-color: #C3BB6B;
}
.BgClassName
{
background-color: #C3BB6B;
}
</style>
border-color css
<style>
span { border-color: #C3BB6B; }
span { border-color: rgb(195,187,107); }
td.TdClassName
{
border-color: #C3BB6B;
}
.TagClassName
{
border-color: #C3BB6B;
}
</style>