Shades of Anzac #C88A44
Tints of Anzac #C88A44
RGB
CMYK
RGB Variations
Color information
#C88A44 (or 0xC88A44) is known color: Anzac. HEX triplet: C8, 8A and 44. RGB value is (200,138,68). Sum of RGB (Red+Green+Blue) = 200+138+68=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A44 is #3775BB. Grayscale: #949494. Windows color (decimal): -3634620 or 4491976. OLE color: 4491976.
HSL color Cylindrical-coordinate representation of color #C88A44: hue angle of 31.82º 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 #C88A44 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 68 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.22 |
| HSL | 31.82º | 0.55% | 0.53% | - |
| HSV(B) | 31.82º | 0.66% | 0.78% | - |
| XYZ | 33.95 | 30.87 | 9.64 | - |
| YUV | 148.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 68 | 0 | 0.31 | 0.66 | 0.22 | 31.82 | 0.55 | 0.53 |
| Hex | C8 | 8A | 44 | 0 | 1F | 42 | 16 | 20 | 37 | 35 |
| Octal | 310 | 212 | 104 | 0 | 37 | 102 | 26 | 40 | 67 | 65 |
| Binary | 11001000 | 10001010 | 1000100 | 0 | 11111 | 1000010 | 10110 | 100000 | 110111 | 110101 |
Color Harmonies of #C88A44
Complementary color
Monochromatic Colors of #C88A44
Black with #C88A44
Text Example
Text Example
White with #C88A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A44; }
p { color: rgb(200,138,68); }
H1.HeaderClassName
{
color: #C88A44;
}
.AnyTagClassName
{
color: #C88A44;
}
</style>
background-color css
<style>
a { background-color: #C88A44; }
a { background-color: rgb(200,138,68); }
div.DivClassName
{
background-color: #C88A44;
}
.BgClassName
{
background-color: #C88A44;
}
</style>
border-color css
<style>
span { border-color: #C88A44; }
span { border-color: rgb(200,138,68); }
td.TdClassName
{
border-color: #C88A44;
}
.TagClassName
{
border-color: #C88A44;
}
</style>