Shades of Anzac #C99239
Tints of Anzac #C99239
RGB
CMYK
RGB Variations
Color information
#C99239 (or 0xC99239) is known color: Anzac. HEX triplet: C9, 92 and 39. RGB value is (201,146,57). Sum of RGB (Red+Green+Blue) = 201+146+57=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C99239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99239 is #366DC6. Grayscale: #989898. Windows color (decimal): -3567047 or 3773129. OLE color: 3773129.
HSL color Cylindrical-coordinate representation of color #C99239: hue angle of 37.08º 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 #C99239 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 57 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.21 |
| HSL | 37.08º | 0.57% | 0.51% | - |
| HSV(B) | 37.08º | 0.72% | 0.79% | - |
| XYZ | 35.1 | 33.27 | 8.44 | - |
| YUV | 152.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 57 | 0 | 0.27 | 0.72 | 0.21 | 37.08 | 0.57 | 0.51 |
| Hex | C9 | 92 | 39 | 0 | 1B | 48 | 15 | 25 | 39 | 33 |
| Octal | 311 | 222 | 71 | 0 | 33 | 110 | 25 | 45 | 71 | 63 |
| Binary | 11001001 | 10010010 | 111001 | 0 | 11011 | 1001000 | 10101 | 100101 | 111001 | 110011 |
Color Harmonies of #C99239
Complementary color
Monochromatic Colors of #C99239
Black with #C99239
Text Example
Text Example
White with #C99239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99239; }
p { color: rgb(201,146,57); }
H1.HeaderClassName
{
color: #C99239;
}
.AnyTagClassName
{
color: #C99239;
}
</style>
background-color css
<style>
a { background-color: #C99239; }
a { background-color: rgb(201,146,57); }
div.DivClassName
{
background-color: #C99239;
}
.BgClassName
{
background-color: #C99239;
}
</style>
border-color css
<style>
span { border-color: #C99239; }
span { border-color: rgb(201,146,57); }
td.TdClassName
{
border-color: #C99239;
}
.TagClassName
{
border-color: #C99239;
}
</style>