Shades of Anzac #C99238
Tints of Anzac #C99238
RGB
CMYK
RGB Variations
Color information
#C99238 (or 0xC99238) is known color: Anzac. HEX triplet: C9, 92 and 38. RGB value is (201,146,56). Sum of RGB (Red+Green+Blue) = 201+146+56=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C99238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99238 is #366DC7. Grayscale: #989898. Windows color (decimal): -3567048 or 3707593. OLE color: 3707593.
HSL color Cylindrical-coordinate representation of color #C99238: hue angle of 37.24º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C99238 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 56 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.21 |
| HSL | 37.24º | 0.57% | 0.5% | - |
| HSV(B) | 37.24º | 0.72% | 0.79% | - |
| XYZ | 35.08 | 33.26 | 8.31 | - |
| YUV | 152.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 56 | 0 | 0.27 | 0.72 | 0.21 | 37.24 | 0.57 | 0.5 |
| Hex | C9 | 92 | 38 | 0 | 1B | 48 | 15 | 25 | 39 | 32 |
| Octal | 311 | 222 | 70 | 0 | 33 | 110 | 25 | 45 | 71 | 62 |
| Binary | 11001001 | 10010010 | 111000 | 0 | 11011 | 1001000 | 10101 | 100101 | 111001 | 110010 |
Color Harmonies of #C99238
Complementary color
Monochromatic Colors of #C99238
Black with #C99238
Text Example
Text Example
White with #C99238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99238; }
p { color: rgb(201,146,56); }
H1.HeaderClassName
{
color: #C99238;
}
.AnyTagClassName
{
color: #C99238;
}
</style>
background-color css
<style>
a { background-color: #C99238; }
a { background-color: rgb(201,146,56); }
div.DivClassName
{
background-color: #C99238;
}
.BgClassName
{
background-color: #C99238;
}
</style>
border-color css
<style>
span { border-color: #C99238; }
span { border-color: rgb(201,146,56); }
td.TdClassName
{
border-color: #C99238;
}
.TagClassName
{
border-color: #C99238;
}
</style>