Shades of Anzac #C8893D
Tints of Anzac #C8893D
RGB
CMYK
RGB Variations
Color information
#C8893D (or 0xC8893D) is known color: Anzac. HEX triplet: C8, 89 and 3D. RGB value is (200,137,61). Sum of RGB (Red+Green+Blue) = 200+137+61=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8893D is #3776C2. Grayscale: #939393. Windows color (decimal): -3634883 or 4032968. OLE color: 4032968.
HSL color Cylindrical-coordinate representation of color #C8893D: hue angle of 32.81º 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 #C8893D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 61 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.22 |
| HSL | 32.81º | 0.56% | 0.51% | - |
| HSV(B) | 32.81º | 0.7% | 0.78% | - |
| XYZ | 33.61 | 30.51 | 8.53 | - |
| YUV | 147.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 61 | 0 | 0.32 | 0.69 | 0.22 | 32.81 | 0.56 | 0.51 |
| Hex | C8 | 89 | 3D | 0 | 20 | 45 | 16 | 21 | 38 | 33 |
| Octal | 310 | 211 | 75 | 0 | 40 | 105 | 26 | 41 | 70 | 63 |
| Binary | 11001000 | 10001001 | 111101 | 0 | 100000 | 1000101 | 10110 | 100001 | 111000 | 110011 |
Color Harmonies of #C8893D
Complementary color
Monochromatic Colors of #C8893D
Black with #C8893D
Text Example
Text Example
White with #C8893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8893D; }
p { color: rgb(200,137,61); }
H1.HeaderClassName
{
color: #C8893D;
}
.AnyTagClassName
{
color: #C8893D;
}
</style>
background-color css
<style>
a { background-color: #C8893D; }
a { background-color: rgb(200,137,61); }
div.DivClassName
{
background-color: #C8893D;
}
.BgClassName
{
background-color: #C8893D;
}
</style>
border-color css
<style>
span { border-color: #C8893D; }
span { border-color: rgb(200,137,61); }
td.TdClassName
{
border-color: #C8893D;
}
.TagClassName
{
border-color: #C8893D;
}
</style>