Shades of Anzac #C89D3C
Tints of Anzac #C89D3C
RGB
CMYK
RGB Variations
Color information
#C89D3C (or 0xC89D3C) is known color: Anzac. HEX triplet: C8, 9D and 3C. RGB value is (200,157,60). Sum of RGB (Red+Green+Blue) = 200+157+60=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D3C is #3762C3. Grayscale: #9F9F9F. Windows color (decimal): -3629764 or 3972552. OLE color: 3972552.
HSL color Cylindrical-coordinate representation of color #C89D3C: hue angle of 41.57º 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 #C89D3C is Cyan = 0, Magento = 0.22, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 60 | - |
| CMYK | 0 | 0.22 | 0.7 | 0.22 |
| HSL | 41.57º | 0.56% | 0.51% | - |
| HSV(B) | 41.57º | 0.7% | 0.78% | - |
| XYZ | 36.69 | 36.72 | 9.43 | - |
| YUV | 158.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 60 | 0 | 0.22 | 0.7 | 0.22 | 41.57 | 0.56 | 0.51 |
| Hex | C8 | 9D | 3C | 0 | 16 | 46 | 16 | 2A | 38 | 33 |
| Octal | 310 | 235 | 74 | 0 | 26 | 106 | 26 | 52 | 70 | 63 |
| Binary | 11001000 | 10011101 | 111100 | 0 | 10110 | 1000110 | 10110 | 101010 | 111000 | 110011 |
Color Harmonies of #C89D3C
Complementary color
Monochromatic Colors of #C89D3C
Black with #C89D3C
Text Example
Text Example
White with #C89D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D3C; }
p { color: rgb(200,157,60); }
H1.HeaderClassName
{
color: #C89D3C;
}
.AnyTagClassName
{
color: #C89D3C;
}
</style>
background-color css
<style>
a { background-color: #C89D3C; }
a { background-color: rgb(200,157,60); }
div.DivClassName
{
background-color: #C89D3C;
}
.BgClassName
{
background-color: #C89D3C;
}
</style>
border-color css
<style>
span { border-color: #C89D3C; }
span { border-color: rgb(200,157,60); }
td.TdClassName
{
border-color: #C89D3C;
}
.TagClassName
{
border-color: #C89D3C;
}
</style>