Shades of Anzac #C39842
Tints of Anzac #C39842
RGB
CMYK
RGB Variations
Color information
#C39842 (or 0xC39842) is known color: Anzac. HEX triplet: C3, 98 and 42. RGB value is (195,152,66). Sum of RGB (Red+Green+Blue) = 195+152+66=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C39842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39842 is #3C67BD. Grayscale: #9B9B9B. Windows color (decimal): -3958718 or 4364483. OLE color: 4364483.
HSL color Cylindrical-coordinate representation of color #C39842: hue angle of 40º 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 #C39842 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 66 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.24 |
| HSL | 40º | 0.52% | 0.51% | - |
| HSV(B) | 40º | 0.66% | 0.76% | - |
| XYZ | 34.72 | 34.45 | 9.97 | - |
| YUV | 155.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 66 | 0 | 0.22 | 0.66 | 0.24 | 40 | 0.52 | 0.51 |
| Hex | C3 | 98 | 42 | 0 | 16 | 42 | 18 | 28 | 34 | 33 |
| Octal | 303 | 230 | 102 | 0 | 26 | 102 | 30 | 50 | 64 | 63 |
| Binary | 11000011 | 10011000 | 1000010 | 0 | 10110 | 1000010 | 11000 | 101000 | 110100 | 110011 |
Color Harmonies of #C39842
Complementary color
Monochromatic Colors of #C39842
Black with #C39842
Text Example
Text Example
White with #C39842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39842; }
p { color: rgb(195,152,66); }
H1.HeaderClassName
{
color: #C39842;
}
.AnyTagClassName
{
color: #C39842;
}
</style>
background-color css
<style>
a { background-color: #C39842; }
a { background-color: rgb(195,152,66); }
div.DivClassName
{
background-color: #C39842;
}
.BgClassName
{
background-color: #C39842;
}
</style>
border-color css
<style>
span { border-color: #C39842; }
span { border-color: rgb(195,152,66); }
td.TdClassName
{
border-color: #C39842;
}
.TagClassName
{
border-color: #C39842;
}
</style>