Shades of Anzac #C39042
Tints of Anzac #C39042
RGB
CMYK
RGB Variations
Color information
#C39042 (or 0xC39042) is known color: Anzac. HEX triplet: C3, 90 and 42. RGB value is (195,144,66). Sum of RGB (Red+Green+Blue) = 195+144+66=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C39042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39042 is #3C6FBD. Grayscale: #969696. Windows color (decimal): -3960766 or 4362435. OLE color: 4362435.
HSL color Cylindrical-coordinate representation of color #C39042: hue angle of 36.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C39042 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 66 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.24 |
| HSL | 36.28º | 0.52% | 0.51% | - |
| HSV(B) | 36.28º | 0.66% | 0.76% | - |
| XYZ | 33.46 | 31.94 | 9.56 | - |
| YUV | 150.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 66 | 0 | 0.26 | 0.66 | 0.24 | 36.28 | 0.52 | 0.51 |
| Hex | C3 | 90 | 42 | 0 | 1A | 42 | 18 | 24 | 34 | 33 |
| Octal | 303 | 220 | 102 | 0 | 32 | 102 | 30 | 44 | 64 | 63 |
| Binary | 11000011 | 10010000 | 1000010 | 0 | 11010 | 1000010 | 11000 | 100100 | 110100 | 110011 |
Color Harmonies of #C39042
Complementary color
Monochromatic Colors of #C39042
Black with #C39042
Text Example
Text Example
White with #C39042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39042; }
p { color: rgb(195,144,66); }
H1.HeaderClassName
{
color: #C39042;
}
.AnyTagClassName
{
color: #C39042;
}
</style>
background-color css
<style>
a { background-color: #C39042; }
a { background-color: rgb(195,144,66); }
div.DivClassName
{
background-color: #C39042;
}
.BgClassName
{
background-color: #C39042;
}
</style>
border-color css
<style>
span { border-color: #C39042; }
span { border-color: rgb(195,144,66); }
td.TdClassName
{
border-color: #C39042;
}
.TagClassName
{
border-color: #C39042;
}
</style>