Shades of Dark Khaki #C3B770
Tints of Dark Khaki #C3B770
RGB
CMYK
RGB Variations
Color information
#C3B770 (or 0xC3B770) is known color: Dark Khaki. HEX triplet: C3, B7 and 70. RGB value is (195,183,112). Sum of RGB (Red+Green+Blue) = 195+183+112=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B770 is #3C488F. Grayscale: #B2B2B2. Windows color (decimal): -3950736 or 7387075. OLE color: 7387075.
HSL color Cylindrical-coordinate representation of color #C3B770: hue angle of 51.33º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3B770 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 112 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.24 |
| HSL | 51.33º | 0.41% | 0.6% | - |
| HSV(B) | 51.33º | 0.43% | 0.76% | - |
| XYZ | 42.36 | 46.64 | 22.1 | - |
| YUV | 178.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 112 | 0 | 0.06 | 0.43 | 0.24 | 51.33 | 0.41 | 0.6 |
| Hex | C3 | B7 | 70 | 0 | 6 | 2B | 18 | 33 | 29 | 3C |
| Octal | 303 | 267 | 160 | 0 | 6 | 53 | 30 | 63 | 51 | 74 |
| Binary | 11000011 | 10110111 | 1110000 | 0 | 110 | 101011 | 11000 | 110011 | 101001 | 111100 |
Color Harmonies of #C3B770
Complementary color
Monochromatic Colors of #C3B770
Black with #C3B770
Text Example
Text Example
White with #C3B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B770; }
p { color: rgb(195,183,112); }
H1.HeaderClassName
{
color: #C3B770;
}
.AnyTagClassName
{
color: #C3B770;
}
</style>
background-color css
<style>
a { background-color: #C3B770; }
a { background-color: rgb(195,183,112); }
div.DivClassName
{
background-color: #C3B770;
}
.BgClassName
{
background-color: #C3B770;
}
</style>
border-color css
<style>
span { border-color: #C3B770; }
span { border-color: rgb(195,183,112); }
td.TdClassName
{
border-color: #C3B770;
}
.TagClassName
{
border-color: #C3B770;
}
</style>