Shades of Anzac #C99143
Tints of Anzac #C99143
RGB
CMYK
RGB Variations
Color information
#C99143 (or 0xC99143) is known color: Anzac. HEX triplet: C9, 91 and 43. RGB value is (201,145,67). Sum of RGB (Red+Green+Blue) = 201+145+67=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C99143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99143 is #366EBC. Grayscale: #999999. Windows color (decimal): -3567293 or 4428233. OLE color: 4428233.
HSL color Cylindrical-coordinate representation of color #C99143: hue angle of 34.93º 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 #C99143 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 67 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.21 |
| HSL | 34.93º | 0.55% | 0.53% | - |
| HSV(B) | 34.93º | 0.67% | 0.79% | - |
| XYZ | 35.23 | 33.07 | 9.84 | - |
| YUV | 152.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 67 | 0 | 0.28 | 0.67 | 0.21 | 34.93 | 0.55 | 0.53 |
| Hex | C9 | 91 | 43 | 0 | 1C | 43 | 15 | 23 | 37 | 35 |
| Octal | 311 | 221 | 103 | 0 | 34 | 103 | 25 | 43 | 67 | 65 |
| Binary | 11001001 | 10010001 | 1000011 | 0 | 11100 | 1000011 | 10101 | 100011 | 110111 | 110101 |
Color Harmonies of #C99143
Complementary color
Monochromatic Colors of #C99143
Black with #C99143
Text Example
Text Example
White with #C99143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99143; }
p { color: rgb(201,145,67); }
H1.HeaderClassName
{
color: #C99143;
}
.AnyTagClassName
{
color: #C99143;
}
</style>
background-color css
<style>
a { background-color: #C99143; }
a { background-color: rgb(201,145,67); }
div.DivClassName
{
background-color: #C99143;
}
.BgClassName
{
background-color: #C99143;
}
</style>
border-color css
<style>
span { border-color: #C99143; }
span { border-color: rgb(201,145,67); }
td.TdClassName
{
border-color: #C99143;
}
.TagClassName
{
border-color: #C99143;
}
</style>