Shades of Anzac #C98E3E
Tints of Anzac #C98E3E
RGB
CMYK
RGB Variations
Color information
#C98E3E (or 0xC98E3E) is known color: Anzac. HEX triplet: C9, 8E and 3E. RGB value is (201,142,62). Sum of RGB (Red+Green+Blue) = 201+142+62=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E3E is #3671C1. Grayscale: #969696. Windows color (decimal): -3568066 or 4099785. OLE color: 4099785.
HSL color Cylindrical-coordinate representation of color #C98E3E: hue angle of 34.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C98E3E is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 62 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.21 |
| HSL | 34.53º | 0.56% | 0.52% | - |
| HSV(B) | 34.53º | 0.69% | 0.79% | - |
| XYZ | 34.63 | 32.11 | 8.93 | - |
| YUV | 150.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 62 | 0 | 0.29 | 0.69 | 0.21 | 34.53 | 0.56 | 0.52 |
| Hex | C9 | 8E | 3E | 0 | 1D | 45 | 15 | 23 | 38 | 34 |
| Octal | 311 | 216 | 76 | 0 | 35 | 105 | 25 | 43 | 70 | 64 |
| Binary | 11001001 | 10001110 | 111110 | 0 | 11101 | 1000101 | 10101 | 100011 | 111000 | 110100 |
Color Harmonies of #C98E3E
Complementary color
Monochromatic Colors of #C98E3E
Black with #C98E3E
Text Example
Text Example
White with #C98E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98E3E; }
p { color: rgb(201,142,62); }
H1.HeaderClassName
{
color: #C98E3E;
}
.AnyTagClassName
{
color: #C98E3E;
}
</style>
background-color css
<style>
a { background-color: #C98E3E; }
a { background-color: rgb(201,142,62); }
div.DivClassName
{
background-color: #C98E3E;
}
.BgClassName
{
background-color: #C98E3E;
}
</style>
border-color css
<style>
span { border-color: #C98E3E; }
span { border-color: rgb(201,142,62); }
td.TdClassName
{
border-color: #C98E3E;
}
.TagClassName
{
border-color: #C98E3E;
}
</style>