Shades of Anzac #C89B3C
Tints of Anzac #C89B3C
RGB
CMYK
RGB Variations
Color information
#C89B3C (or 0xC89B3C) is known color: Anzac. HEX triplet: C8, 9B and 3C. RGB value is (200,155,60). Sum of RGB (Red+Green+Blue) = 200+155+60=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B3C is #3764C3. Grayscale: #9E9E9E. Windows color (decimal): -3630276 or 3972040. OLE color: 3972040.
HSL color Cylindrical-coordinate representation of color #C89B3C: hue angle of 40.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C89B3C is Cyan = 0, Magento = 0.22, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 60 | - |
| CMYK | 0 | 0.22 | 0.7 | 0.22 |
| HSL | 40.71º | 0.56% | 0.51% | - |
| HSV(B) | 40.71º | 0.7% | 0.78% | - |
| XYZ | 36.36 | 36.05 | 9.32 | - |
| YUV | 157.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 60 | 0 | 0.22 | 0.7 | 0.22 | 40.71 | 0.56 | 0.51 |
| Hex | C8 | 9B | 3C | 0 | 16 | 46 | 16 | 29 | 38 | 33 |
| Octal | 310 | 233 | 74 | 0 | 26 | 106 | 26 | 51 | 70 | 63 |
| Binary | 11001000 | 10011011 | 111100 | 0 | 10110 | 1000110 | 10110 | 101001 | 111000 | 110011 |
Color Harmonies of #C89B3C
Complementary color
Monochromatic Colors of #C89B3C
Black with #C89B3C
Text Example
Text Example
White with #C89B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B3C; }
p { color: rgb(200,155,60); }
H1.HeaderClassName
{
color: #C89B3C;
}
.AnyTagClassName
{
color: #C89B3C;
}
</style>
background-color css
<style>
a { background-color: #C89B3C; }
a { background-color: rgb(200,155,60); }
div.DivClassName
{
background-color: #C89B3C;
}
.BgClassName
{
background-color: #C89B3C;
}
</style>
border-color css
<style>
span { border-color: #C89B3C; }
span { border-color: rgb(200,155,60); }
td.TdClassName
{
border-color: #C89B3C;
}
.TagClassName
{
border-color: #C89B3C;
}
</style>