Shades of Anzac #C99740
Tints of Anzac #C99740
RGB
CMYK
RGB Variations
Color information
#C99740 (or 0xC99740) is known color: Anzac. HEX triplet: C9, 97 and 40. RGB value is (201,151,64). Sum of RGB (Red+Green+Blue) = 201+151+64=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C99740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99740 is #3668BF. Grayscale: #9C9C9C. Windows color (decimal): -3565760 or 4233161. OLE color: 4233161.
HSL color Cylindrical-coordinate representation of color #C99740: hue angle of 38.1º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C99740 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 64 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.21 |
| HSL | 38.1º | 0.56% | 0.52% | - |
| HSV(B) | 38.1º | 0.68% | 0.79% | - |
| XYZ | 36.08 | 34.92 | 9.69 | - |
| YUV | 156.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 64 | 0 | 0.25 | 0.68 | 0.21 | 38.1 | 0.56 | 0.52 |
| Hex | C9 | 97 | 40 | 0 | 19 | 44 | 15 | 26 | 38 | 34 |
| Octal | 311 | 227 | 100 | 0 | 31 | 104 | 25 | 46 | 70 | 64 |
| Binary | 11001001 | 10010111 | 1000000 | 0 | 11001 | 1000100 | 10101 | 100110 | 111000 | 110100 |
Color Harmonies of #C99740
Complementary color
Monochromatic Colors of #C99740
Black with #C99740
Text Example
Text Example
White with #C99740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99740; }
p { color: rgb(201,151,64); }
H1.HeaderClassName
{
color: #C99740;
}
.AnyTagClassName
{
color: #C99740;
}
</style>
background-color css
<style>
a { background-color: #C99740; }
a { background-color: rgb(201,151,64); }
div.DivClassName
{
background-color: #C99740;
}
.BgClassName
{
background-color: #C99740;
}
</style>
border-color css
<style>
span { border-color: #C99740; }
span { border-color: rgb(201,151,64); }
td.TdClassName
{
border-color: #C99740;
}
.TagClassName
{
border-color: #C99740;
}
</style>