Shades of Anzac #C88B43
Tints of Anzac #C88B43
RGB
CMYK
RGB Variations
Color information
#C88B43 (or 0xC88B43) is known color: Anzac. HEX triplet: C8, 8B and 43. RGB value is (200,139,67). Sum of RGB (Red+Green+Blue) = 200+139+67=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B43 is #3774BC. Grayscale: #959595. Windows color (decimal): -3634365 or 4426696. OLE color: 4426696.
HSL color Cylindrical-coordinate representation of color #C88B43: hue angle of 32.48º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C88B43 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 67 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.22 |
| HSL | 32.48º | 0.55% | 0.52% | - |
| HSV(B) | 32.48º | 0.67% | 0.78% | - |
| XYZ | 34.07 | 31.15 | 9.53 | - |
| YUV | 149.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 67 | 0 | 0.30 | 0.66 | 0.22 | 32.48 | 0.55 | 0.52 |
| Hex | C8 | 8B | 43 | 0 | 1E | 42 | 16 | 20 | 37 | 34 |
| Octal | 310 | 213 | 103 | 0 | 36 | 102 | 26 | 40 | 67 | 64 |
| Binary | 11001000 | 10001011 | 1000011 | 0 | 11110 | 1000010 | 10110 | 100000 | 110111 | 110100 |
Color Harmonies of #C88B43
Complementary color
Monochromatic Colors of #C88B43
Black with #C88B43
Text Example
Text Example
White with #C88B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B43; }
p { color: rgb(200,139,67); }
H1.HeaderClassName
{
color: #C88B43;
}
.AnyTagClassName
{
color: #C88B43;
}
</style>
background-color css
<style>
a { background-color: #C88B43; }
a { background-color: rgb(200,139,67); }
div.DivClassName
{
background-color: #C88B43;
}
.BgClassName
{
background-color: #C88B43;
}
</style>
border-color css
<style>
span { border-color: #C88B43; }
span { border-color: rgb(200,139,67); }
td.TdClassName
{
border-color: #C88B43;
}
.TagClassName
{
border-color: #C88B43;
}
</style>