Shades of Anzac #C88E3E
Tints of Anzac #C88E3E
RGB
CMYK
RGB Variations
Color information
#C88E3E (or 0xC88E3E) is known color: Anzac. HEX triplet: C8, 8E and 3E. RGB value is (200,142,62). Sum of RGB (Red+Green+Blue) = 200+142+62=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E3E is #3771C1. Grayscale: #969696. Windows color (decimal): -3633602 or 4099784. OLE color: 4099784.
HSL color Cylindrical-coordinate representation of color #C88E3E: hue angle of 34.78º 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 #C88E3E is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 62 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.22 |
| HSL | 34.78º | 0.56% | 0.51% | - |
| HSV(B) | 34.78º | 0.69% | 0.78% | - |
| XYZ | 34.36 | 31.97 | 8.92 | - |
| YUV | 150.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 62 | 0 | 0.29 | 0.69 | 0.22 | 34.78 | 0.56 | 0.51 |
| Hex | C8 | 8E | 3E | 0 | 1D | 45 | 16 | 23 | 38 | 33 |
| Octal | 310 | 216 | 76 | 0 | 35 | 105 | 26 | 43 | 70 | 63 |
| Binary | 11001000 | 10001110 | 111110 | 0 | 11101 | 1000101 | 10110 | 100011 | 111000 | 110011 |
Color Harmonies of #C88E3E
Complementary color
Monochromatic Colors of #C88E3E
Black with #C88E3E
Text Example
Text Example
White with #C88E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E3E; }
p { color: rgb(200,142,62); }
H1.HeaderClassName
{
color: #C88E3E;
}
.AnyTagClassName
{
color: #C88E3E;
}
</style>
background-color css
<style>
a { background-color: #C88E3E; }
a { background-color: rgb(200,142,62); }
div.DivClassName
{
background-color: #C88E3E;
}
.BgClassName
{
background-color: #C88E3E;
}
</style>
border-color css
<style>
span { border-color: #C88E3E; }
span { border-color: rgb(200,142,62); }
td.TdClassName
{
border-color: #C88E3E;
}
.TagClassName
{
border-color: #C88E3E;
}
</style>