Shades of Dark Khaki #C3C072
Tints of Dark Khaki #C3C072
RGB
CMYK
RGB Variations
Color information
#C3C072 (or 0xC3C072) is known color: Dark Khaki. HEX triplet: C3, C0 and 72. RGB value is (195,192,114). Sum of RGB (Red+Green+Blue) = 195+192+114=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C072 is #3C3F8D. Grayscale: #B8B8B8. Windows color (decimal): -3948430 or 7520451. OLE color: 7520451.
HSL color Cylindrical-coordinate representation of color #C3C072: hue angle of 57.78º 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 #C3C072 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 114 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.24 |
| HSL | 57.78º | 0.4% | 0.61% | - |
| HSV(B) | 57.78º | 0.42% | 0.76% | - |
| XYZ | 44.39 | 50.52 | 23.33 | - |
| YUV | 184.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 114 | 0 | 0.02 | 0.42 | 0.24 | 57.78 | 0.4 | 0.61 |
| Hex | C3 | C0 | 72 | 0 | 2 | 2A | 18 | 3A | 28 | 3D |
| Octal | 303 | 300 | 162 | 0 | 2 | 52 | 30 | 72 | 50 | 75 |
| Binary | 11000011 | 11000000 | 1110010 | 0 | 10 | 101010 | 11000 | 111010 | 101000 | 111101 |
Color Harmonies of #C3C072
Complementary color
Monochromatic Colors of #C3C072
Black with #C3C072
Text Example
Text Example
White with #C3C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C072; }
p { color: rgb(195,192,114); }
H1.HeaderClassName
{
color: #C3C072;
}
.AnyTagClassName
{
color: #C3C072;
}
</style>
background-color css
<style>
a { background-color: #C3C072; }
a { background-color: rgb(195,192,114); }
div.DivClassName
{
background-color: #C3C072;
}
.BgClassName
{
background-color: #C3C072;
}
</style>
border-color css
<style>
span { border-color: #C3C072; }
span { border-color: rgb(195,192,114); }
td.TdClassName
{
border-color: #C3C072;
}
.TagClassName
{
border-color: #C3C072;
}
</style>