Shades of Anzac #C88B49
Tints of Anzac #C88B49
RGB
CMYK
RGB Variations
Color information
#C88B49 (or 0xC88B49) is known color: Anzac. HEX triplet: C8, 8B and 49. RGB value is (200,139,73). Sum of RGB (Red+Green+Blue) = 200+139+73=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B49 is #3774B6. Grayscale: #969696. Windows color (decimal): -3634359 or 4819912. OLE color: 4819912.
HSL color Cylindrical-coordinate representation of color #C88B49: hue angle of 31.18º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C88B49 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 73 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.22 |
| HSL | 31.18º | 0.54% | 0.54% | - |
| HSV(B) | 31.18º | 0.64% | 0.78% | - |
| XYZ | 34.25 | 31.23 | 10.53 | - |
| YUV | 149.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 73 | 0 | 0.30 | 0.64 | 0.22 | 31.18 | 0.54 | 0.54 |
| Hex | C8 | 8B | 49 | 0 | 1E | 40 | 16 | 1F | 36 | 36 |
| Octal | 310 | 213 | 111 | 0 | 36 | 100 | 26 | 37 | 66 | 66 |
| Binary | 11001000 | 10001011 | 1001001 | 0 | 11110 | 1000000 | 10110 | 11111 | 110110 | 110110 |
Color Harmonies of #C88B49
Complementary color
Monochromatic Colors of #C88B49
Black with #C88B49
Text Example
Text Example
White with #C88B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B49; }
p { color: rgb(200,139,73); }
H1.HeaderClassName
{
color: #C88B49;
}
.AnyTagClassName
{
color: #C88B49;
}
</style>
background-color css
<style>
a { background-color: #C88B49; }
a { background-color: rgb(200,139,73); }
div.DivClassName
{
background-color: #C88B49;
}
.BgClassName
{
background-color: #C88B49;
}
</style>
border-color css
<style>
span { border-color: #C88B49; }
span { border-color: rgb(200,139,73); }
td.TdClassName
{
border-color: #C88B49;
}
.TagClassName
{
border-color: #C88B49;
}
</style>