Shades of Anzac #C39040
Tints of Anzac #C39040
RGB
CMYK
RGB Variations
Color information
#C39040 (or 0xC39040) is known color: Anzac. HEX triplet: C3, 90 and 40. RGB value is (195,144,64). Sum of RGB (Red+Green+Blue) = 195+144+64=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C39040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39040 is #3C6FBF. Grayscale: #969696. Windows color (decimal): -3960768 or 4231363. OLE color: 4231363.
HSL color Cylindrical-coordinate representation of color #C39040: hue angle of 36.64º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C39040 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 64 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.24 |
| HSL | 36.64º | 0.52% | 0.51% | - |
| HSV(B) | 36.64º | 0.67% | 0.76% | - |
| XYZ | 33.4 | 31.92 | 9.25 | - |
| YUV | 150.13 | 79.4 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 64 | 0 | 0.26 | 0.67 | 0.24 | 36.64 | 0.52 | 0.51 |
| Hex | C3 | 90 | 40 | 0 | 1A | 43 | 18 | 25 | 34 | 33 |
| Octal | 303 | 220 | 100 | 0 | 32 | 103 | 30 | 45 | 64 | 63 |
| Binary | 11000011 | 10010000 | 1000000 | 0 | 11010 | 1000011 | 11000 | 100101 | 110100 | 110011 |
Color Harmonies of #C39040
Complementary color
Monochromatic Colors of #C39040
Black with #C39040
Text Example
Text Example
White with #C39040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39040; }
p { color: rgb(195,144,64); }
H1.HeaderClassName
{
color: #C39040;
}
.AnyTagClassName
{
color: #C39040;
}
</style>
background-color css
<style>
a { background-color: #C39040; }
a { background-color: rgb(195,144,64); }
div.DivClassName
{
background-color: #C39040;
}
.BgClassName
{
background-color: #C39040;
}
</style>
border-color css
<style>
span { border-color: #C39040; }
span { border-color: rgb(195,144,64); }
td.TdClassName
{
border-color: #C39040;
}
.TagClassName
{
border-color: #C39040;
}
</style>