Shades of Anzac #C4933C
Tints of Anzac #C4933C
RGB
CMYK
RGB Variations
Color information
#C4933C (or 0xC4933C) is known color: Anzac. HEX triplet: C4, 93 and 3C. RGB value is (196,147,60). Sum of RGB (Red+Green+Blue) = 196+147+60=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4933C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4933C is #3B6CC3. Grayscale: #989898. Windows color (decimal): -3894468 or 3969988. OLE color: 3969988.
HSL color Cylindrical-coordinate representation of color #C4933C: hue angle of 38.38º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4933C is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 60 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.23 |
| HSL | 38.38º | 0.54% | 0.5% | - |
| HSV(B) | 38.38º | 0.69% | 0.77% | - |
| XYZ | 34.01 | 32.93 | 8.84 | - |
| YUV | 151.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 60 | 0 | 0.25 | 0.69 | 0.23 | 38.38 | 0.54 | 0.5 |
| Hex | C4 | 93 | 3C | 0 | 19 | 45 | 17 | 26 | 36 | 32 |
| Octal | 304 | 223 | 74 | 0 | 31 | 105 | 27 | 46 | 66 | 62 |
| Binary | 11000100 | 10010011 | 111100 | 0 | 11001 | 1000101 | 10111 | 100110 | 110110 | 110010 |
Color Harmonies of #C4933C
Complementary color
Monochromatic Colors of #C4933C
Black with #C4933C
Text Example
Text Example
White with #C4933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4933C; }
p { color: rgb(196,147,60); }
H1.HeaderClassName
{
color: #C4933C;
}
.AnyTagClassName
{
color: #C4933C;
}
</style>
background-color css
<style>
a { background-color: #C4933C; }
a { background-color: rgb(196,147,60); }
div.DivClassName
{
background-color: #C4933C;
}
.BgClassName
{
background-color: #C4933C;
}
</style>
border-color css
<style>
span { border-color: #C4933C; }
span { border-color: rgb(196,147,60); }
td.TdClassName
{
border-color: #C4933C;
}
.TagClassName
{
border-color: #C4933C;
}
</style>