Shades of Anzac #C88D3E
Tints of Anzac #C88D3E
RGB
CMYK
RGB Variations
Color information
#C88D3E (or 0xC88D3E) is known color: Anzac. HEX triplet: C8, 8D and 3E. RGB value is (200,141,62). Sum of RGB (Red+Green+Blue) = 200+141+62=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D3E is #3772C1. Grayscale: #969696. Windows color (decimal): -3633858 or 4099528. OLE color: 4099528.
HSL color Cylindrical-coordinate representation of color #C88D3E: hue angle of 34.35º 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 #C88D3E is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 62 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.22 |
| HSL | 34.35º | 0.56% | 0.51% | - |
| HSV(B) | 34.35º | 0.69% | 0.78% | - |
| XYZ | 34.21 | 31.68 | 8.87 | - |
| YUV | 149.64 | 78.55 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 62 | 0 | 0.29 | 0.69 | 0.22 | 34.35 | 0.56 | 0.51 |
| Hex | C8 | 8D | 3E | 0 | 1D | 45 | 16 | 22 | 38 | 33 |
| Octal | 310 | 215 | 76 | 0 | 35 | 105 | 26 | 42 | 70 | 63 |
| Binary | 11001000 | 10001101 | 111110 | 0 | 11101 | 1000101 | 10110 | 100010 | 111000 | 110011 |
Color Harmonies of #C88D3E
Complementary color
Monochromatic Colors of #C88D3E
Black with #C88D3E
Text Example
Text Example
White with #C88D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D3E; }
p { color: rgb(200,141,62); }
H1.HeaderClassName
{
color: #C88D3E;
}
.AnyTagClassName
{
color: #C88D3E;
}
</style>
background-color css
<style>
a { background-color: #C88D3E; }
a { background-color: rgb(200,141,62); }
div.DivClassName
{
background-color: #C88D3E;
}
.BgClassName
{
background-color: #C88D3E;
}
</style>
border-color css
<style>
span { border-color: #C88D3E; }
span { border-color: rgb(200,141,62); }
td.TdClassName
{
border-color: #C88D3E;
}
.TagClassName
{
border-color: #C88D3E;
}
</style>