Shades of Anzac #C99745
Tints of Anzac #C99745
RGB
CMYK
RGB Variations
Color information
#C99745 (or 0xC99745) is known color: Anzac. HEX triplet: C9, 97 and 45. RGB value is (201,151,69). Sum of RGB (Red+Green+Blue) = 201+151+69=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C99745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99745 is #3668BA. Grayscale: #9C9C9C. Windows color (decimal): -3565755 or 4560841. OLE color: 4560841.
HSL color Cylindrical-coordinate representation of color #C99745: hue angle of 37.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C99745 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 69 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.21 |
| HSL | 37.27º | 0.55% | 0.53% | - |
| HSV(B) | 37.27º | 0.66% | 0.79% | - |
| XYZ | 36.23 | 34.98 | 10.47 | - |
| YUV | 156.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 69 | 0 | 0.25 | 0.66 | 0.21 | 37.27 | 0.55 | 0.53 |
| Hex | C9 | 97 | 45 | 0 | 19 | 42 | 15 | 25 | 37 | 35 |
| Octal | 311 | 227 | 105 | 0 | 31 | 102 | 25 | 45 | 67 | 65 |
| Binary | 11001001 | 10010111 | 1000101 | 0 | 11001 | 1000010 | 10101 | 100101 | 110111 | 110101 |
Color Harmonies of #C99745
Complementary color
Monochromatic Colors of #C99745
Black with #C99745
Text Example
Text Example
White with #C99745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99745; }
p { color: rgb(201,151,69); }
H1.HeaderClassName
{
color: #C99745;
}
.AnyTagClassName
{
color: #C99745;
}
</style>
background-color css
<style>
a { background-color: #C99745; }
a { background-color: rgb(201,151,69); }
div.DivClassName
{
background-color: #C99745;
}
.BgClassName
{
background-color: #C99745;
}
</style>
border-color css
<style>
span { border-color: #C99745; }
span { border-color: rgb(201,151,69); }
td.TdClassName
{
border-color: #C99745;
}
.TagClassName
{
border-color: #C99745;
}
</style>