Shades of Anzac #C4943E
Tints of Anzac #C4943E
RGB
CMYK
RGB Variations
Color information
#C4943E (or 0xC4943E) is known color: Anzac. HEX triplet: C4, 94 and 3E. RGB value is (196,148,62). Sum of RGB (Red+Green+Blue) = 196+148+62=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4943E is #3B6BC1. Grayscale: #989898. Windows color (decimal): -3894210 or 4101316. OLE color: 4101316.
HSL color Cylindrical-coordinate representation of color #C4943E: hue angle of 38.51º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4943E is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 62 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.23 |
| HSL | 38.51º | 0.53% | 0.51% | - |
| HSV(B) | 38.51º | 0.68% | 0.77% | - |
| XYZ | 34.22 | 33.26 | 9.17 | - |
| YUV | 152.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 62 | 0 | 0.24 | 0.68 | 0.23 | 38.51 | 0.53 | 0.51 |
| Hex | C4 | 94 | 3E | 0 | 18 | 44 | 17 | 27 | 35 | 33 |
| Octal | 304 | 224 | 76 | 0 | 30 | 104 | 27 | 47 | 65 | 63 |
| Binary | 11000100 | 10010100 | 111110 | 0 | 11000 | 1000100 | 10111 | 100111 | 110101 | 110011 |
Color Harmonies of #C4943E
Complementary color
Monochromatic Colors of #C4943E
Black with #C4943E
Text Example
Text Example
White with #C4943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4943E; }
p { color: rgb(196,148,62); }
H1.HeaderClassName
{
color: #C4943E;
}
.AnyTagClassName
{
color: #C4943E;
}
</style>
background-color css
<style>
a { background-color: #C4943E; }
a { background-color: rgb(196,148,62); }
div.DivClassName
{
background-color: #C4943E;
}
.BgClassName
{
background-color: #C4943E;
}
</style>
border-color css
<style>
span { border-color: #C4943E; }
span { border-color: rgb(196,148,62); }
td.TdClassName
{
border-color: #C4943E;
}
.TagClassName
{
border-color: #C4943E;
}
</style>