Shades of Anzac #C88F40
Tints of Anzac #C88F40
RGB
CMYK
RGB Variations
Color information
#C88F40 (or 0xC88F40) is known color: Anzac. HEX triplet: C8, 8F and 40. RGB value is (200,143,64). Sum of RGB (Red+Green+Blue) = 200+143+64=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F40 is #3770BF. Grayscale: #979797. Windows color (decimal): -3633344 or 4231112. OLE color: 4231112.
HSL color Cylindrical-coordinate representation of color #C88F40: hue angle of 34.85º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C88F40 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 64 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.22 |
| HSL | 34.85º | 0.55% | 0.52% | - |
| HSV(B) | 34.85º | 0.68% | 0.78% | - |
| XYZ | 34.57 | 32.29 | 9.26 | - |
| YUV | 151.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 64 | 0 | 0.28 | 0.68 | 0.22 | 34.85 | 0.55 | 0.52 |
| Hex | C8 | 8F | 40 | 0 | 1C | 44 | 16 | 23 | 37 | 34 |
| Octal | 310 | 217 | 100 | 0 | 34 | 104 | 26 | 43 | 67 | 64 |
| Binary | 11001000 | 10001111 | 1000000 | 0 | 11100 | 1000100 | 10110 | 100011 | 110111 | 110100 |
Color Harmonies of #C88F40
Complementary color
Monochromatic Colors of #C88F40
Black with #C88F40
Text Example
Text Example
White with #C88F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88F40; }
p { color: rgb(200,143,64); }
H1.HeaderClassName
{
color: #C88F40;
}
.AnyTagClassName
{
color: #C88F40;
}
</style>
background-color css
<style>
a { background-color: #C88F40; }
a { background-color: rgb(200,143,64); }
div.DivClassName
{
background-color: #C88F40;
}
.BgClassName
{
background-color: #C88F40;
}
</style>
border-color css
<style>
span { border-color: #C88F40; }
span { border-color: rgb(200,143,64); }
td.TdClassName
{
border-color: #C88F40;
}
.TagClassName
{
border-color: #C88F40;
}
</style>