Shades of Anzac #C88B4A
Tints of Anzac #C88B4A
RGB
CMYK
RGB Variations
Color information
#C88B4A (or 0xC88B4A) is known color: Anzac. HEX triplet: C8, 8B and 4A. RGB value is (200,139,74). Sum of RGB (Red+Green+Blue) = 200+139+74=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B4A is #3774B5. Grayscale: #969696. Windows color (decimal): -3634358 or 4885448. OLE color: 4885448.
HSL color Cylindrical-coordinate representation of color #C88B4A: hue angle of 30.95º degrees, saturation: 0.53, 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 #C88B4A is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 74 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.22 |
| HSL | 30.95º | 0.53% | 0.54% | - |
| HSV(B) | 30.95º | 0.63% | 0.78% | - |
| XYZ | 34.29 | 31.24 | 10.7 | - |
| YUV | 149.83 | 85.21 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 74 | 0 | 0.30 | 0.63 | 0.22 | 30.95 | 0.53 | 0.54 |
| Hex | C8 | 8B | 4A | 0 | 1E | 3F | 16 | 1F | 35 | 36 |
| Octal | 310 | 213 | 112 | 0 | 36 | 77 | 26 | 37 | 65 | 66 |
| Binary | 11001000 | 10001011 | 1001010 | 0 | 11110 | 111111 | 10110 | 11111 | 110101 | 110110 |
Color Harmonies of #C88B4A
Complementary color
Monochromatic Colors of #C88B4A
Black with #C88B4A
Text Example
Text Example
White with #C88B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B4A; }
p { color: rgb(200,139,74); }
H1.HeaderClassName
{
color: #C88B4A;
}
.AnyTagClassName
{
color: #C88B4A;
}
</style>
background-color css
<style>
a { background-color: #C88B4A; }
a { background-color: rgb(200,139,74); }
div.DivClassName
{
background-color: #C88B4A;
}
.BgClassName
{
background-color: #C88B4A;
}
</style>
border-color css
<style>
span { border-color: #C88B4A; }
span { border-color: rgb(200,139,74); }
td.TdClassName
{
border-color: #C88B4A;
}
.TagClassName
{
border-color: #C88B4A;
}
</style>