Shades of Anzac #C48E41
Tints of Anzac #C48E41
RGB
CMYK
RGB Variations
Color information
#C48E41 (or 0xC48E41) is known color: Anzac. HEX triplet: C4, 8E and 41. RGB value is (196,142,65). Sum of RGB (Red+Green+Blue) = 196+142+65=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48E41 is #3B71BE. Grayscale: #959595. Windows color (decimal): -3895743 or 4296388. OLE color: 4296388.
HSL color Cylindrical-coordinate representation of color #C48E41: hue angle of 35.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C48E41 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 142 | 65 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.23 |
| HSL | 35.27º | 0.53% | 0.51% | - |
| HSV(B) | 35.27º | 0.67% | 0.77% | - |
| XYZ | 33.39 | 31.46 | 9.31 | - |
| YUV | 149.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 142 | 65 | 0 | 0.28 | 0.67 | 0.23 | 35.27 | 0.53 | 0.51 |
| Hex | C4 | 8E | 41 | 0 | 1C | 43 | 17 | 23 | 35 | 33 |
| Octal | 304 | 216 | 101 | 0 | 34 | 103 | 27 | 43 | 65 | 63 |
| Binary | 11000100 | 10001110 | 1000001 | 0 | 11100 | 1000011 | 10111 | 100011 | 110101 | 110011 |
Color Harmonies of #C48E41
Complementary color
Monochromatic Colors of #C48E41
Black with #C48E41
Text Example
Text Example
White with #C48E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48E41; }
p { color: rgb(196,142,65); }
H1.HeaderClassName
{
color: #C48E41;
}
.AnyTagClassName
{
color: #C48E41;
}
</style>
background-color css
<style>
a { background-color: #C48E41; }
a { background-color: rgb(196,142,65); }
div.DivClassName
{
background-color: #C48E41;
}
.BgClassName
{
background-color: #C48E41;
}
</style>
border-color css
<style>
span { border-color: #C48E41; }
span { border-color: rgb(196,142,65); }
td.TdClassName
{
border-color: #C48E41;
}
.TagClassName
{
border-color: #C48E41;
}
</style>