Shades of Anzac #C99443
Tints of Anzac #C99443
RGB
CMYK
RGB Variations
Color information
#C99443 (or 0xC99443) is known color: Anzac. HEX triplet: C9, 94 and 43. RGB value is (201,148,67). Sum of RGB (Red+Green+Blue) = 201+148+67=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C99443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99443 is #366BBC. Grayscale: #9A9A9A. Windows color (decimal): -3566525 or 4429001. OLE color: 4429001.
HSL color Cylindrical-coordinate representation of color #C99443: hue angle of 36.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C99443 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 67 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.21 |
| HSL | 36.27º | 0.55% | 0.53% | - |
| HSV(B) | 36.27º | 0.67% | 0.79% | - |
| XYZ | 35.69 | 34 | 9.99 | - |
| YUV | 154.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 67 | 0 | 0.26 | 0.67 | 0.21 | 36.27 | 0.55 | 0.53 |
| Hex | C9 | 94 | 43 | 0 | 1A | 43 | 15 | 24 | 37 | 35 |
| Octal | 311 | 224 | 103 | 0 | 32 | 103 | 25 | 44 | 67 | 65 |
| Binary | 11001001 | 10010100 | 1000011 | 0 | 11010 | 1000011 | 10101 | 100100 | 110111 | 110101 |
Color Harmonies of #C99443
Complementary color
Monochromatic Colors of #C99443
Black with #C99443
Text Example
Text Example
White with #C99443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99443; }
p { color: rgb(201,148,67); }
H1.HeaderClassName
{
color: #C99443;
}
.AnyTagClassName
{
color: #C99443;
}
</style>
background-color css
<style>
a { background-color: #C99443; }
a { background-color: rgb(201,148,67); }
div.DivClassName
{
background-color: #C99443;
}
.BgClassName
{
background-color: #C99443;
}
</style>
border-color css
<style>
span { border-color: #C99443; }
span { border-color: rgb(201,148,67); }
td.TdClassName
{
border-color: #C99443;
}
.TagClassName
{
border-color: #C99443;
}
</style>