Shades of Dark Khaki #C3C172
Tints of Dark Khaki #C3C172
RGB
CMYK
RGB Variations
Color information
#C3C172 (or 0xC3C172) is known color: Dark Khaki. HEX triplet: C3, C1 and 72. RGB value is (195,193,114). Sum of RGB (Red+Green+Blue) = 195+193+114=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C172 is #3C3E8D. Grayscale: #B8B8B8. Windows color (decimal): -3948174 or 7520707. OLE color: 7520707.
HSL color Cylindrical-coordinate representation of color #C3C172: hue angle of 58.52º 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 #C3C172 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 114 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.24 |
| HSL | 58.52º | 0.4% | 0.61% | - |
| HSV(B) | 58.52º | 0.42% | 0.76% | - |
| XYZ | 44.61 | 50.96 | 23.4 | - |
| YUV | 184.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 114 | 0 | 0.01 | 0.42 | 0.24 | 58.52 | 0.4 | 0.61 |
| Hex | C3 | C1 | 72 | 0 | 1 | 2A | 18 | 3B | 28 | 3D |
| Octal | 303 | 301 | 162 | 0 | 1 | 52 | 30 | 73 | 50 | 75 |
| Binary | 11000011 | 11000001 | 1110010 | 0 | 1 | 101010 | 11000 | 111011 | 101000 | 111101 |
Color Harmonies of #C3C172
Complementary color
Monochromatic Colors of #C3C172
Black with #C3C172
Text Example
Text Example
White with #C3C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C172; }
p { color: rgb(195,193,114); }
H1.HeaderClassName
{
color: #C3C172;
}
.AnyTagClassName
{
color: #C3C172;
}
</style>
background-color css
<style>
a { background-color: #C3C172; }
a { background-color: rgb(195,193,114); }
div.DivClassName
{
background-color: #C3C172;
}
.BgClassName
{
background-color: #C3C172;
}
</style>
border-color css
<style>
span { border-color: #C3C172; }
span { border-color: rgb(195,193,114); }
td.TdClassName
{
border-color: #C3C172;
}
.TagClassName
{
border-color: #C3C172;
}
</style>