Shades of Anzac #C88B3A
Tints of Anzac #C88B3A
RGB
CMYK
RGB Variations
Color information
#C88B3A (or 0xC88B3A) is known color: Anzac. HEX triplet: C8, 8B and 3A. RGB value is (200,139,58). Sum of RGB (Red+Green+Blue) = 200+139+58=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B3A is #3774C5. Grayscale: #949494. Windows color (decimal): -3634374 or 3836872. OLE color: 3836872.
HSL color Cylindrical-coordinate representation of color #C88B3A: hue angle of 34.23º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C88B3A is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 58 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.22 |
| HSL | 34.23º | 0.56% | 0.51% | - |
| HSV(B) | 34.23º | 0.71% | 0.78% | - |
| XYZ | 33.82 | 31.05 | 8.21 | - |
| YUV | 148.01 | 77.21 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 58 | 0 | 0.30 | 0.71 | 0.22 | 34.23 | 0.56 | 0.51 |
| Hex | C8 | 8B | 3A | 0 | 1E | 47 | 16 | 22 | 38 | 33 |
| Octal | 310 | 213 | 72 | 0 | 36 | 107 | 26 | 42 | 70 | 63 |
| Binary | 11001000 | 10001011 | 111010 | 0 | 11110 | 1000111 | 10110 | 100010 | 111000 | 110011 |
Color Harmonies of #C88B3A
Complementary color
Monochromatic Colors of #C88B3A
Black with #C88B3A
Text Example
Text Example
White with #C88B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B3A; }
p { color: rgb(200,139,58); }
H1.HeaderClassName
{
color: #C88B3A;
}
.AnyTagClassName
{
color: #C88B3A;
}
</style>
background-color css
<style>
a { background-color: #C88B3A; }
a { background-color: rgb(200,139,58); }
div.DivClassName
{
background-color: #C88B3A;
}
.BgClassName
{
background-color: #C88B3A;
}
</style>
border-color css
<style>
span { border-color: #C88B3A; }
span { border-color: rgb(200,139,58); }
td.TdClassName
{
border-color: #C88B3A;
}
.TagClassName
{
border-color: #C88B3A;
}
</style>