Shades of Anzac #C88B45
Tints of Anzac #C88B45
RGB
CMYK
RGB Variations
Color information
#C88B45 (or 0xC88B45) is known color: Anzac. HEX triplet: C8, 8B and 45. RGB value is (200,139,69). Sum of RGB (Red+Green+Blue) = 200+139+69=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B45 is #3774BA. Grayscale: #959595. Windows color (decimal): -3634363 or 4557768. OLE color: 4557768.
HSL color Cylindrical-coordinate representation of color #C88B45: hue angle of 32.06º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C88B45 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 69 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.22 |
| HSL | 32.06º | 0.54% | 0.53% | - |
| HSV(B) | 32.06º | 0.66% | 0.78% | - |
| XYZ | 34.13 | 31.17 | 9.85 | - |
| YUV | 149.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 69 | 0 | 0.30 | 0.66 | 0.22 | 32.06 | 0.54 | 0.53 |
| Hex | C8 | 8B | 45 | 0 | 1E | 42 | 16 | 20 | 36 | 35 |
| Octal | 310 | 213 | 105 | 0 | 36 | 102 | 26 | 40 | 66 | 65 |
| Binary | 11001000 | 10001011 | 1000101 | 0 | 11110 | 1000010 | 10110 | 100000 | 110110 | 110101 |
Color Harmonies of #C88B45
Complementary color
Monochromatic Colors of #C88B45
Black with #C88B45
Text Example
Text Example
White with #C88B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B45; }
p { color: rgb(200,139,69); }
H1.HeaderClassName
{
color: #C88B45;
}
.AnyTagClassName
{
color: #C88B45;
}
</style>
background-color css
<style>
a { background-color: #C88B45; }
a { background-color: rgb(200,139,69); }
div.DivClassName
{
background-color: #C88B45;
}
.BgClassName
{
background-color: #C88B45;
}
</style>
border-color css
<style>
span { border-color: #C88B45; }
span { border-color: rgb(200,139,69); }
td.TdClassName
{
border-color: #C88B45;
}
.TagClassName
{
border-color: #C88B45;
}
</style>