Shades of Anzac #C88D44
Tints of Anzac #C88D44
RGB
CMYK
RGB Variations
Color information
#C88D44 (or 0xC88D44) is known color: Anzac. HEX triplet: C8, 8D and 44. RGB value is (200,141,68). Sum of RGB (Red+Green+Blue) = 200+141+68=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D44 is #3772BB. Grayscale: #969696. Windows color (decimal): -3633852 or 4492744. OLE color: 4492744.
HSL color Cylindrical-coordinate representation of color #C88D44: hue angle of 33.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C88D44 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 68 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.22 |
| HSL | 33.18º | 0.55% | 0.53% | - |
| HSV(B) | 33.18º | 0.66% | 0.78% | - |
| XYZ | 34.39 | 31.75 | 9.78 | - |
| YUV | 150.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 68 | 0 | 0.29 | 0.66 | 0.22 | 33.18 | 0.55 | 0.53 |
| Hex | C8 | 8D | 44 | 0 | 1D | 42 | 16 | 21 | 37 | 35 |
| Octal | 310 | 215 | 104 | 0 | 35 | 102 | 26 | 41 | 67 | 65 |
| Binary | 11001000 | 10001101 | 1000100 | 0 | 11101 | 1000010 | 10110 | 100001 | 110111 | 110101 |
Color Harmonies of #C88D44
Complementary color
Monochromatic Colors of #C88D44
Black with #C88D44
Text Example
Text Example
White with #C88D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D44; }
p { color: rgb(200,141,68); }
H1.HeaderClassName
{
color: #C88D44;
}
.AnyTagClassName
{
color: #C88D44;
}
</style>
background-color css
<style>
a { background-color: #C88D44; }
a { background-color: rgb(200,141,68); }
div.DivClassName
{
background-color: #C88D44;
}
.BgClassName
{
background-color: #C88D44;
}
</style>
border-color css
<style>
span { border-color: #C88D44; }
span { border-color: rgb(200,141,68); }
td.TdClassName
{
border-color: #C88D44;
}
.TagClassName
{
border-color: #C88D44;
}
</style>