Shades of Anzac #C88D45
Tints of Anzac #C88D45
RGB
CMYK
RGB Variations
Color information
#C88D45 (or 0xC88D45) is known color: Anzac. HEX triplet: C8, 8D and 45. RGB value is (200,141,69). Sum of RGB (Red+Green+Blue) = 200+141+69=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D45 is #3772BA. Grayscale: #969696. Windows color (decimal): -3633851 or 4558280. OLE color: 4558280.
HSL color Cylindrical-coordinate representation of color #C88D45: hue angle of 32.98º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C88D45 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 69 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.22 |
| HSL | 32.98º | 0.54% | 0.53% | - |
| HSV(B) | 32.98º | 0.66% | 0.78% | - |
| XYZ | 34.42 | 31.76 | 9.95 | - |
| YUV | 150.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 69 | 0 | 0.29 | 0.66 | 0.22 | 32.98 | 0.54 | 0.53 |
| Hex | C8 | 8D | 45 | 0 | 1D | 42 | 16 | 21 | 36 | 35 |
| Octal | 310 | 215 | 105 | 0 | 35 | 102 | 26 | 41 | 66 | 65 |
| Binary | 11001000 | 10001101 | 1000101 | 0 | 11101 | 1000010 | 10110 | 100001 | 110110 | 110101 |
Color Harmonies of #C88D45
Complementary color
Monochromatic Colors of #C88D45
Black with #C88D45
Text Example
Text Example
White with #C88D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D45; }
p { color: rgb(200,141,69); }
H1.HeaderClassName
{
color: #C88D45;
}
.AnyTagClassName
{
color: #C88D45;
}
</style>
background-color css
<style>
a { background-color: #C88D45; }
a { background-color: rgb(200,141,69); }
div.DivClassName
{
background-color: #C88D45;
}
.BgClassName
{
background-color: #C88D45;
}
</style>
border-color css
<style>
span { border-color: #C88D45; }
span { border-color: rgb(200,141,69); }
td.TdClassName
{
border-color: #C88D45;
}
.TagClassName
{
border-color: #C88D45;
}
</style>