Shades of Anzac #C89942
Tints of Anzac #C89942
RGB
CMYK
RGB Variations
Color information
#C89942 (or 0xC89942) is known color: Anzac. HEX triplet: C8, 99 and 42. RGB value is (200,153,66). Sum of RGB (Red+Green+Blue) = 200+153+66=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C89942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89942 is #3766BD. Grayscale: #9D9D9D. Windows color (decimal): -3630782 or 4364744. OLE color: 4364744.
HSL color Cylindrical-coordinate representation of color #C89942: hue angle of 38.96º 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 #C89942 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 66 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.22 |
| HSL | 38.96º | 0.55% | 0.52% | - |
| HSV(B) | 38.96º | 0.67% | 0.78% | - |
| XYZ | 36.19 | 35.46 | 10.09 | - |
| YUV | 157.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 66 | 0 | 0.24 | 0.67 | 0.22 | 38.96 | 0.55 | 0.52 |
| Hex | C8 | 99 | 42 | 0 | 18 | 43 | 16 | 27 | 37 | 34 |
| Octal | 310 | 231 | 102 | 0 | 30 | 103 | 26 | 47 | 67 | 64 |
| Binary | 11001000 | 10011001 | 1000010 | 0 | 11000 | 1000011 | 10110 | 100111 | 110111 | 110100 |
Color Harmonies of #C89942
Complementary color
Monochromatic Colors of #C89942
Black with #C89942
Text Example
Text Example
White with #C89942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89942; }
p { color: rgb(200,153,66); }
H1.HeaderClassName
{
color: #C89942;
}
.AnyTagClassName
{
color: #C89942;
}
</style>
background-color css
<style>
a { background-color: #C89942; }
a { background-color: rgb(200,153,66); }
div.DivClassName
{
background-color: #C89942;
}
.BgClassName
{
background-color: #C89942;
}
</style>
border-color css
<style>
span { border-color: #C89942; }
span { border-color: rgb(200,153,66); }
td.TdClassName
{
border-color: #C89942;
}
.TagClassName
{
border-color: #C89942;
}
</style>