Shades of Anzac #C89D3E
Tints of Anzac #C89D3E
RGB
CMYK
RGB Variations
Color information
#C89D3E (or 0xC89D3E) is known color: Anzac. HEX triplet: C8, 9D and 3E. RGB value is (200,157,62). Sum of RGB (Red+Green+Blue) = 200+157+62=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D3E is #3762C1. Grayscale: #9F9F9F. Windows color (decimal): -3629762 or 4103624. OLE color: 4103624.
HSL color Cylindrical-coordinate representation of color #C89D3E: hue angle of 41.3º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C89D3E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 62 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.22 |
| HSL | 41.3º | 0.56% | 0.51% | - |
| HSV(B) | 41.3º | 0.69% | 0.78% | - |
| XYZ | 36.75 | 36.74 | 9.71 | - |
| YUV | 159.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 62 | 0 | 0.22 | 0.69 | 0.22 | 41.3 | 0.56 | 0.51 |
| Hex | C8 | 9D | 3E | 0 | 16 | 45 | 16 | 29 | 38 | 33 |
| Octal | 310 | 235 | 76 | 0 | 26 | 105 | 26 | 51 | 70 | 63 |
| Binary | 11001000 | 10011101 | 111110 | 0 | 10110 | 1000101 | 10110 | 101001 | 111000 | 110011 |
Color Harmonies of #C89D3E
Complementary color
Monochromatic Colors of #C89D3E
Black with #C89D3E
Text Example
Text Example
White with #C89D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D3E; }
p { color: rgb(200,157,62); }
H1.HeaderClassName
{
color: #C89D3E;
}
.AnyTagClassName
{
color: #C89D3E;
}
</style>
background-color css
<style>
a { background-color: #C89D3E; }
a { background-color: rgb(200,157,62); }
div.DivClassName
{
background-color: #C89D3E;
}
.BgClassName
{
background-color: #C89D3E;
}
</style>
border-color css
<style>
span { border-color: #C89D3E; }
span { border-color: rgb(200,157,62); }
td.TdClassName
{
border-color: #C89D3E;
}
.TagClassName
{
border-color: #C89D3E;
}
</style>