Shades of Anzac #C89838
Tints of Anzac #C89838
RGB
CMYK
RGB Variations
Color information
#C89838 (or 0xC89838) is known color: Anzac. HEX triplet: C8, 98 and 38. RGB value is (200,152,56). Sum of RGB (Red+Green+Blue) = 200+152+56=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C89838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89838 is #3767C7. Grayscale: #9B9B9B. Windows color (decimal): -3631048 or 3709128. OLE color: 3709128.
HSL color Cylindrical-coordinate representation of color #C89838: hue angle of 40º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C89838 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 56 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.22 |
| HSL | 40º | 0.57% | 0.5% | - |
| HSV(B) | 40º | 0.72% | 0.78% | - |
| XYZ | 35.76 | 35.02 | 8.62 | - |
| YUV | 155.41 | 71.9 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 56 | 0 | 0.24 | 0.72 | 0.22 | 40 | 0.57 | 0.5 |
| Hex | C8 | 98 | 38 | 0 | 18 | 48 | 16 | 28 | 39 | 32 |
| Octal | 310 | 230 | 70 | 0 | 30 | 110 | 26 | 50 | 71 | 62 |
| Binary | 11001000 | 10011000 | 111000 | 0 | 11000 | 1001000 | 10110 | 101000 | 111001 | 110010 |
Color Harmonies of #C89838
Complementary color
Monochromatic Colors of #C89838
Black with #C89838
Text Example
Text Example
White with #C89838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89838; }
p { color: rgb(200,152,56); }
H1.HeaderClassName
{
color: #C89838;
}
.AnyTagClassName
{
color: #C89838;
}
</style>
background-color css
<style>
a { background-color: #C89838; }
a { background-color: rgb(200,152,56); }
div.DivClassName
{
background-color: #C89838;
}
.BgClassName
{
background-color: #C89838;
}
</style>
border-color css
<style>
span { border-color: #C89838; }
span { border-color: rgb(200,152,56); }
td.TdClassName
{
border-color: #C89838;
}
.TagClassName
{
border-color: #C89838;
}
</style>