Shades of Dark Khaki #C3B472
Tints of Dark Khaki #C3B472
RGB
CMYK
RGB Variations
Color information
#C3B472 (or 0xC3B472) is known color: Dark Khaki. HEX triplet: C3, B4 and 72. RGB value is (195,180,114). Sum of RGB (Red+Green+Blue) = 195+180+114=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B472 is #3C4B8D. Grayscale: #B1B1B1. Windows color (decimal): -3951502 or 7517379. OLE color: 7517379.
HSL color Cylindrical-coordinate representation of color #C3B472: hue angle of 48.89º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3B472 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 180 | 114 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.24 |
| HSL | 48.89º | 0.4% | 0.61% | - |
| HSV(B) | 48.89º | 0.42% | 0.76% | - |
| XYZ | 41.86 | 45.46 | 22.49 | - |
| YUV | 176.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 180 | 114 | 0 | 0.08 | 0.42 | 0.24 | 48.89 | 0.4 | 0.61 |
| Hex | C3 | B4 | 72 | 0 | 8 | 2A | 18 | 31 | 28 | 3D |
| Octal | 303 | 264 | 162 | 0 | 10 | 52 | 30 | 61 | 50 | 75 |
| Binary | 11000011 | 10110100 | 1110010 | 0 | 1000 | 101010 | 11000 | 110001 | 101000 | 111101 |
Color Harmonies of #C3B472
Complementary color
Monochromatic Colors of #C3B472
Black with #C3B472
Text Example
Text Example
White with #C3B472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B472; }
p { color: rgb(195,180,114); }
H1.HeaderClassName
{
color: #C3B472;
}
.AnyTagClassName
{
color: #C3B472;
}
</style>
background-color css
<style>
a { background-color: #C3B472; }
a { background-color: rgb(195,180,114); }
div.DivClassName
{
background-color: #C3B472;
}
.BgClassName
{
background-color: #C3B472;
}
</style>
border-color css
<style>
span { border-color: #C3B472; }
span { border-color: rgb(195,180,114); }
td.TdClassName
{
border-color: #C3B472;
}
.TagClassName
{
border-color: #C3B472;
}
</style>