Shades of Anzac #C89C42
Tints of Anzac #C89C42
RGB
CMYK
RGB Variations
Color information
#C89C42 (or 0xC89C42) is known color: Anzac. HEX triplet: C8, 9C and 42. RGB value is (200,156,66). Sum of RGB (Red+Green+Blue) = 200+156+66=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C42 is #3763BD. Grayscale: #9F9F9F. Windows color (decimal): -3630014 or 4365512. OLE color: 4365512.
HSL color Cylindrical-coordinate representation of color #C89C42: hue angle of 40.3º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C89C42 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 66 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.22 |
| HSL | 40.3º | 0.55% | 0.52% | - |
| HSV(B) | 40.3º | 0.67% | 0.78% | - |
| XYZ | 36.69 | 36.45 | 10.26 | - |
| YUV | 158.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 66 | 0 | 0.22 | 0.67 | 0.22 | 40.3 | 0.55 | 0.52 |
| Hex | C8 | 9C | 42 | 0 | 16 | 43 | 16 | 28 | 37 | 34 |
| Octal | 310 | 234 | 102 | 0 | 26 | 103 | 26 | 50 | 67 | 64 |
| Binary | 11001000 | 10011100 | 1000010 | 0 | 10110 | 1000011 | 10110 | 101000 | 110111 | 110100 |
Color Harmonies of #C89C42
Complementary color
Monochromatic Colors of #C89C42
Black with #C89C42
Text Example
Text Example
White with #C89C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C42; }
p { color: rgb(200,156,66); }
H1.HeaderClassName
{
color: #C89C42;
}
.AnyTagClassName
{
color: #C89C42;
}
</style>
background-color css
<style>
a { background-color: #C89C42; }
a { background-color: rgb(200,156,66); }
div.DivClassName
{
background-color: #C89C42;
}
.BgClassName
{
background-color: #C89C42;
}
</style>
border-color css
<style>
span { border-color: #C89C42; }
span { border-color: rgb(200,156,66); }
td.TdClassName
{
border-color: #C89C42;
}
.TagClassName
{
border-color: #C89C42;
}
</style>