Shades of Anzac #C99643
Tints of Anzac #C99643
RGB
CMYK
RGB Variations
Color information
#C99643 (or 0xC99643) is known color: Anzac. HEX triplet: C9, 96 and 43. RGB value is (201,150,67). Sum of RGB (Red+Green+Blue) = 201+150+67=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C99643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99643 is #3669BC. Grayscale: #9C9C9C. Windows color (decimal): -3566013 or 4429513. OLE color: 4429513.
HSL color Cylindrical-coordinate representation of color #C99643: hue angle of 37.16º 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 #C99643 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 67 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.21 |
| HSL | 37.16º | 0.55% | 0.53% | - |
| HSV(B) | 37.16º | 0.67% | 0.79% | - |
| XYZ | 36.01 | 34.64 | 10.1 | - |
| YUV | 155.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 67 | 0 | 0.25 | 0.67 | 0.21 | 37.16 | 0.55 | 0.53 |
| Hex | C9 | 96 | 43 | 0 | 19 | 43 | 15 | 25 | 37 | 35 |
| Octal | 311 | 226 | 103 | 0 | 31 | 103 | 25 | 45 | 67 | 65 |
| Binary | 11001001 | 10010110 | 1000011 | 0 | 11001 | 1000011 | 10101 | 100101 | 110111 | 110101 |
Color Harmonies of #C99643
Complementary color
Monochromatic Colors of #C99643
Black with #C99643
Text Example
Text Example
White with #C99643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99643; }
p { color: rgb(201,150,67); }
H1.HeaderClassName
{
color: #C99643;
}
.AnyTagClassName
{
color: #C99643;
}
</style>
background-color css
<style>
a { background-color: #C99643; }
a { background-color: rgb(201,150,67); }
div.DivClassName
{
background-color: #C99643;
}
.BgClassName
{
background-color: #C99643;
}
</style>
border-color css
<style>
span { border-color: #C99643; }
span { border-color: rgb(201,150,67); }
td.TdClassName
{
border-color: #C99643;
}
.TagClassName
{
border-color: #C99643;
}
</style>