Shades of Anzac #C99C42
Tints of Anzac #C99C42
RGB
CMYK
RGB Variations
Color information
#C99C42 (or 0xC99C42) is known color: Anzac. HEX triplet: C9, 9C and 42. RGB value is (201,156,66). Sum of RGB (Red+Green+Blue) = 201+156+66=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C42 is #3663BD. Grayscale: #9F9F9F. Windows color (decimal): -3564478 or 4365513. OLE color: 4365513.
HSL color Cylindrical-coordinate representation of color #C99C42: hue angle of 40º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C99C42 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 66 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.21 |
| HSL | 40º | 0.56% | 0.52% | - |
| HSV(B) | 40º | 0.67% | 0.79% | - |
| XYZ | 36.96 | 36.59 | 10.27 | - |
| YUV | 159.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 66 | 0 | 0.22 | 0.67 | 0.21 | 40 | 0.56 | 0.52 |
| Hex | C9 | 9C | 42 | 0 | 16 | 43 | 15 | 28 | 38 | 34 |
| Octal | 311 | 234 | 102 | 0 | 26 | 103 | 25 | 50 | 70 | 64 |
| Binary | 11001001 | 10011100 | 1000010 | 0 | 10110 | 1000011 | 10101 | 101000 | 111000 | 110100 |
Color Harmonies of #C99C42
Complementary color
Monochromatic Colors of #C99C42
Black with #C99C42
Text Example
Text Example
White with #C99C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C42; }
p { color: rgb(201,156,66); }
H1.HeaderClassName
{
color: #C99C42;
}
.AnyTagClassName
{
color: #C99C42;
}
</style>
background-color css
<style>
a { background-color: #C99C42; }
a { background-color: rgb(201,156,66); }
div.DivClassName
{
background-color: #C99C42;
}
.BgClassName
{
background-color: #C99C42;
}
</style>
border-color css
<style>
span { border-color: #C99C42; }
span { border-color: rgb(201,156,66); }
td.TdClassName
{
border-color: #C99C42;
}
.TagClassName
{
border-color: #C99C42;
}
</style>