Shades of Dark Khaki #C3B775
Tints of Dark Khaki #C3B775
RGB
CMYK
RGB Variations
Color information
#C3B775 (or 0xC3B775) is known color: Dark Khaki. HEX triplet: C3, B7 and 75. RGB value is (195,183,117). Sum of RGB (Red+Green+Blue) = 195+183+117=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B775 is #3C488A. Grayscale: #B3B3B3. Windows color (decimal): -3950731 or 7714755. OLE color: 7714755.
HSL color Cylindrical-coordinate representation of color #C3B775: hue angle of 50.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C3B775 is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 183 | 117 | - |
| CMYK | 0 | 0.06 | 0.4 | 0.24 |
| HSL | 50.77º | 0.39% | 0.61% | - |
| HSV(B) | 50.77º | 0.4% | 0.76% | - |
| XYZ | 42.65 | 46.75 | 23.61 | - |
| YUV | 179.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 117 | 0 | 0.06 | 0.4 | 0.24 | 50.77 | 0.39 | 0.61 |
| Hex | C3 | B7 | 75 | 0 | 6 | 28 | 18 | 33 | 27 | 3D |
| Octal | 303 | 267 | 165 | 0 | 6 | 50 | 30 | 63 | 47 | 75 |
| Binary | 11000011 | 10110111 | 1110101 | 0 | 110 | 101000 | 11000 | 110011 | 100111 | 111101 |
Color Harmonies of #C3B775
Complementary color
Monochromatic Colors of #C3B775
Black with #C3B775
Text Example
Text Example
White with #C3B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B775; }
p { color: rgb(195,183,117); }
H1.HeaderClassName
{
color: #C3B775;
}
.AnyTagClassName
{
color: #C3B775;
}
</style>
background-color css
<style>
a { background-color: #C3B775; }
a { background-color: rgb(195,183,117); }
div.DivClassName
{
background-color: #C3B775;
}
.BgClassName
{
background-color: #C3B775;
}
</style>
border-color css
<style>
span { border-color: #C3B775; }
span { border-color: rgb(195,183,117); }
td.TdClassName
{
border-color: #C3B775;
}
.TagClassName
{
border-color: #C3B775;
}
</style>