Shades of Anzac #C48A42
Tints of Anzac #C48A42
RGB
CMYK
RGB Variations
Color information
#C48A42 (or 0xC48A42) is known color: Anzac. HEX triplet: C4, 8A and 42. RGB value is (196,138,66). Sum of RGB (Red+Green+Blue) = 196+138+66=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A42 is #3B75BD. Grayscale: #939393. Windows color (decimal): -3896766 or 4360900. OLE color: 4360900.
HSL color Cylindrical-coordinate representation of color #C48A42: hue angle of 33.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C48A42 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 66 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.23 |
| HSL | 33.23º | 0.52% | 0.51% | - |
| HSV(B) | 33.23º | 0.66% | 0.77% | - |
| XYZ | 32.84 | 30.31 | 9.27 | - |
| YUV | 147.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 66 | 0 | 0.30 | 0.66 | 0.23 | 33.23 | 0.52 | 0.51 |
| Hex | C4 | 8A | 42 | 0 | 1E | 42 | 17 | 21 | 34 | 33 |
| Octal | 304 | 212 | 102 | 0 | 36 | 102 | 27 | 41 | 64 | 63 |
| Binary | 11000100 | 10001010 | 1000010 | 0 | 11110 | 1000010 | 10111 | 100001 | 110100 | 110011 |
Color Harmonies of #C48A42
Complementary color
Monochromatic Colors of #C48A42
Black with #C48A42
Text Example
Text Example
White with #C48A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A42; }
p { color: rgb(196,138,66); }
H1.HeaderClassName
{
color: #C48A42;
}
.AnyTagClassName
{
color: #C48A42;
}
</style>
background-color css
<style>
a { background-color: #C48A42; }
a { background-color: rgb(196,138,66); }
div.DivClassName
{
background-color: #C48A42;
}
.BgClassName
{
background-color: #C48A42;
}
</style>
border-color css
<style>
span { border-color: #C48A42; }
span { border-color: rgb(196,138,66); }
td.TdClassName
{
border-color: #C48A42;
}
.TagClassName
{
border-color: #C48A42;
}
</style>