Shades of Anzac #C58C43
Tints of Anzac #C58C43
RGB
CMYK
RGB Variations
Color information
#C58C43 (or 0xC58C43) is known color: Anzac. HEX triplet: C5, 8C and 43. RGB value is (197,140,67). Sum of RGB (Red+Green+Blue) = 197+140+67=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C43 is #3A73BC. Grayscale: #959595. Windows color (decimal): -3830717 or 4426949. OLE color: 4426949.
HSL color Cylindrical-coordinate representation of color #C58C43: hue angle of 33.69º degrees, saturation: 0.53, 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 #C58C43 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 140 | 67 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.23 |
| HSL | 33.69º | 0.53% | 0.52% | - |
| HSV(B) | 33.69º | 0.66% | 0.77% | - |
| XYZ | 33.42 | 31.03 | 9.54 | - |
| YUV | 148.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 67 | 0 | 0.29 | 0.66 | 0.23 | 33.69 | 0.53 | 0.52 |
| Hex | C5 | 8C | 43 | 0 | 1D | 42 | 17 | 22 | 35 | 34 |
| Octal | 305 | 214 | 103 | 0 | 35 | 102 | 27 | 42 | 65 | 64 |
| Binary | 11000101 | 10001100 | 1000011 | 0 | 11101 | 1000010 | 10111 | 100010 | 110101 | 110100 |
Color Harmonies of #C58C43
Complementary color
Monochromatic Colors of #C58C43
Black with #C58C43
Text Example
Text Example
White with #C58C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58C43; }
p { color: rgb(197,140,67); }
H1.HeaderClassName
{
color: #C58C43;
}
.AnyTagClassName
{
color: #C58C43;
}
</style>
background-color css
<style>
a { background-color: #C58C43; }
a { background-color: rgb(197,140,67); }
div.DivClassName
{
background-color: #C58C43;
}
.BgClassName
{
background-color: #C58C43;
}
</style>
border-color css
<style>
span { border-color: #C58C43; }
span { border-color: rgb(197,140,67); }
td.TdClassName
{
border-color: #C58C43;
}
.TagClassName
{
border-color: #C58C43;
}
</style>