Shades of Anzac #C89644
Tints of Anzac #C89644
RGB
CMYK
RGB Variations
Color information
#C89644 (or 0xC89644) is known color: Anzac. HEX triplet: C8, 96 and 44. RGB value is (200,150,68). Sum of RGB (Red+Green+Blue) = 200+150+68=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C89644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89644 is #3769BB. Grayscale: #9B9B9B. Windows color (decimal): -3631548 or 4495048. OLE color: 4495048.
HSL color Cylindrical-coordinate representation of color #C89644: hue angle of 37.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C89644 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 68 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.22 |
| HSL | 37.27º | 0.55% | 0.53% | - |
| HSV(B) | 37.27º | 0.66% | 0.78% | - |
| XYZ | 35.77 | 34.51 | 10.24 | - |
| YUV | 155.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 68 | 0 | 0.25 | 0.66 | 0.22 | 37.27 | 0.55 | 0.53 |
| Hex | C8 | 96 | 44 | 0 | 19 | 42 | 16 | 25 | 37 | 35 |
| Octal | 310 | 226 | 104 | 0 | 31 | 102 | 26 | 45 | 67 | 65 |
| Binary | 11001000 | 10010110 | 1000100 | 0 | 11001 | 1000010 | 10110 | 100101 | 110111 | 110101 |
Color Harmonies of #C89644
Complementary color
Monochromatic Colors of #C89644
Black with #C89644
Text Example
Text Example
White with #C89644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89644; }
p { color: rgb(200,150,68); }
H1.HeaderClassName
{
color: #C89644;
}
.AnyTagClassName
{
color: #C89644;
}
</style>
background-color css
<style>
a { background-color: #C89644; }
a { background-color: rgb(200,150,68); }
div.DivClassName
{
background-color: #C89644;
}
.BgClassName
{
background-color: #C89644;
}
</style>
border-color css
<style>
span { border-color: #C89644; }
span { border-color: rgb(200,150,68); }
td.TdClassName
{
border-color: #C89644;
}
.TagClassName
{
border-color: #C89644;
}
</style>