Shades of Dark Khaki #C3B569
Tints of Dark Khaki #C3B569
RGB
CMYK
RGB Variations
Color information
#C3B569 (or 0xC3B569) is known color: Dark Khaki. HEX triplet: C3, B5 and 69. RGB value is (195,181,105). Sum of RGB (Red+Green+Blue) = 195+181+105=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B569 is #3C4A96. Grayscale: #B0B0B0. Windows color (decimal): -3951255 or 6927811. OLE color: 6927811.
HSL color Cylindrical-coordinate representation of color #C3B569: hue angle of 50.67º 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 #C3B569 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 181 | 105 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.24 |
| HSL | 50.67º | 0.43% | 0.59% | - |
| HSV(B) | 50.67º | 0.46% | 0.76% | - |
| XYZ | 41.58 | 45.67 | 19.99 | - |
| YUV | 176.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 181 | 105 | 0 | 0.07 | 0.46 | 0.24 | 50.67 | 0.43 | 0.59 |
| Hex | C3 | B5 | 69 | 0 | 7 | 2E | 18 | 33 | 2B | 3B |
| Octal | 303 | 265 | 151 | 0 | 7 | 56 | 30 | 63 | 53 | 73 |
| Binary | 11000011 | 10110101 | 1101001 | 0 | 111 | 101110 | 11000 | 110011 | 101011 | 111011 |
Color Harmonies of #C3B569
Complementary color
Monochromatic Colors of #C3B569
Black with #C3B569
Text Example
Text Example
White with #C3B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B569; }
p { color: rgb(195,181,105); }
H1.HeaderClassName
{
color: #C3B569;
}
.AnyTagClassName
{
color: #C3B569;
}
</style>
background-color css
<style>
a { background-color: #C3B569; }
a { background-color: rgb(195,181,105); }
div.DivClassName
{
background-color: #C3B569;
}
.BgClassName
{
background-color: #C3B569;
}
</style>
border-color css
<style>
span { border-color: #C3B569; }
span { border-color: rgb(195,181,105); }
td.TdClassName
{
border-color: #C3B569;
}
.TagClassName
{
border-color: #C3B569;
}
</style>