Shades of Anzac #C99339
Tints of Anzac #C99339
RGB
CMYK
RGB Variations
Color information
#C99339 (or 0xC99339) is known color: Anzac. HEX triplet: C9, 93 and 39. RGB value is (201,147,57). Sum of RGB (Red+Green+Blue) = 201+147+57=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C99339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99339 is #366CC6. Grayscale: #999999. Windows color (decimal): -3566791 or 3773385. OLE color: 3773385.
HSL color Cylindrical-coordinate representation of color #C99339: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C99339 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 57 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.21 |
| HSL | 37.5º | 0.57% | 0.51% | - |
| HSV(B) | 37.5º | 0.72% | 0.79% | - |
| XYZ | 35.26 | 33.58 | 8.49 | - |
| YUV | 152.89 | 73.89 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 57 | 0 | 0.27 | 0.72 | 0.21 | 37.5 | 0.57 | 0.51 |
| Hex | C9 | 93 | 39 | 0 | 1B | 48 | 15 | 26 | 39 | 33 |
| Octal | 311 | 223 | 71 | 0 | 33 | 110 | 25 | 46 | 71 | 63 |
| Binary | 11001001 | 10010011 | 111001 | 0 | 11011 | 1001000 | 10101 | 100110 | 111001 | 110011 |
Color Harmonies of #C99339
Complementary color
Monochromatic Colors of #C99339
Black with #C99339
Text Example
Text Example
White with #C99339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99339; }
p { color: rgb(201,147,57); }
H1.HeaderClassName
{
color: #C99339;
}
.AnyTagClassName
{
color: #C99339;
}
</style>
background-color css
<style>
a { background-color: #C99339; }
a { background-color: rgb(201,147,57); }
div.DivClassName
{
background-color: #C99339;
}
.BgClassName
{
background-color: #C99339;
}
</style>
border-color css
<style>
span { border-color: #C99339; }
span { border-color: rgb(201,147,57); }
td.TdClassName
{
border-color: #C99339;
}
.TagClassName
{
border-color: #C99339;
}
</style>