Shades of Anzac #C48A43
Tints of Anzac #C48A43
RGB
CMYK
RGB Variations
Color information
#C48A43 (or 0xC48A43) is known color: Anzac. HEX triplet: C4, 8A and 43. RGB value is (196,138,67). Sum of RGB (Red+Green+Blue) = 196+138+67=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A43 is #3B75BC. Grayscale: #939393. Windows color (decimal): -3896765 or 4426436. OLE color: 4426436.
HSL color Cylindrical-coordinate representation of color #C48A43: hue angle of 33.02º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C48A43 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 67 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.23 |
| HSL | 33.02º | 0.52% | 0.52% | - |
| HSV(B) | 33.02º | 0.66% | 0.77% | - |
| XYZ | 32.87 | 30.32 | 9.43 | - |
| YUV | 147.25 | 82.72 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 67 | 0 | 0.30 | 0.66 | 0.23 | 33.02 | 0.52 | 0.52 |
| Hex | C4 | 8A | 43 | 0 | 1E | 42 | 17 | 21 | 34 | 34 |
| Octal | 304 | 212 | 103 | 0 | 36 | 102 | 27 | 41 | 64 | 64 |
| Binary | 11000100 | 10001010 | 1000011 | 0 | 11110 | 1000010 | 10111 | 100001 | 110100 | 110100 |
Color Harmonies of #C48A43
Complementary color
Monochromatic Colors of #C48A43
Black with #C48A43
Text Example
Text Example
White with #C48A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A43; }
p { color: rgb(196,138,67); }
H1.HeaderClassName
{
color: #C48A43;
}
.AnyTagClassName
{
color: #C48A43;
}
</style>
background-color css
<style>
a { background-color: #C48A43; }
a { background-color: rgb(196,138,67); }
div.DivClassName
{
background-color: #C48A43;
}
.BgClassName
{
background-color: #C48A43;
}
</style>
border-color css
<style>
span { border-color: #C48A43; }
span { border-color: rgb(196,138,67); }
td.TdClassName
{
border-color: #C48A43;
}
.TagClassName
{
border-color: #C48A43;
}
</style>