Shades of Anzac #C98E38
Tints of Anzac #C98E38
RGB
CMYK
RGB Variations
Color information
#C98E38 (or 0xC98E38) is known color: Anzac. HEX triplet: C9, 8E and 38. RGB value is (201,142,56). Sum of RGB (Red+Green+Blue) = 201+142+56=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E38 is #3671C7. Grayscale: #969696. Windows color (decimal): -3568072 or 3706569. OLE color: 3706569.
HSL color Cylindrical-coordinate representation of color #C98E38: hue angle of 35.59º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C98E38 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 56 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.21 |
| HSL | 35.59º | 0.57% | 0.5% | - |
| HSV(B) | 35.59º | 0.72% | 0.79% | - |
| XYZ | 34.47 | 32.05 | 8.11 | - |
| YUV | 149.84 | 75.05 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 56 | 0 | 0.29 | 0.72 | 0.21 | 35.59 | 0.57 | 0.5 |
| Hex | C9 | 8E | 38 | 0 | 1D | 48 | 15 | 24 | 39 | 32 |
| Octal | 311 | 216 | 70 | 0 | 35 | 110 | 25 | 44 | 71 | 62 |
| Binary | 11001001 | 10001110 | 111000 | 0 | 11101 | 1001000 | 10101 | 100100 | 111001 | 110010 |
Color Harmonies of #C98E38
Complementary color
Monochromatic Colors of #C98E38
Black with #C98E38
Text Example
Text Example
White with #C98E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E38; }
p { color: rgb(201,142,56); }
H1.HeaderClassName
{
color: #C98E38;
}
.AnyTagClassName
{
color: #C98E38;
}
</style>
background-color css
<style>
a { background-color: #C98E38; }
a { background-color: rgb(201,142,56); }
div.DivClassName
{
background-color: #C98E38;
}
.BgClassName
{
background-color: #C98E38;
}
</style>
border-color css
<style>
span { border-color: #C98E38; }
span { border-color: rgb(201,142,56); }
td.TdClassName
{
border-color: #C98E38;
}
.TagClassName
{
border-color: #C98E38;
}
</style>