Shades of Anzac #C98A3E
Tints of Anzac #C98A3E
RGB
CMYK
RGB Variations
Color information
#C98A3E (or 0xC98A3E) is known color: Anzac. HEX triplet: C9, 8A and 3E. RGB value is (201,138,62). Sum of RGB (Red+Green+Blue) = 201+138+62=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A3E is #3675C1. Grayscale: #949494. Windows color (decimal): -3569090 or 4098761. OLE color: 4098761.
HSL color Cylindrical-coordinate representation of color #C98A3E: hue angle of 32.81º 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 #C98A3E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 62 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.21 |
| HSL | 32.81º | 0.56% | 0.52% | - |
| HSV(B) | 32.81º | 0.69% | 0.79% | - |
| XYZ | 34.05 | 30.94 | 8.74 | - |
| YUV | 148.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 62 | 0 | 0.31 | 0.69 | 0.21 | 32.81 | 0.56 | 0.52 |
| Hex | C9 | 8A | 3E | 0 | 1F | 45 | 15 | 21 | 38 | 34 |
| Octal | 311 | 212 | 76 | 0 | 37 | 105 | 25 | 41 | 70 | 64 |
| Binary | 11001001 | 10001010 | 111110 | 0 | 11111 | 1000101 | 10101 | 100001 | 111000 | 110100 |
Color Harmonies of #C98A3E
Complementary color
Monochromatic Colors of #C98A3E
Black with #C98A3E
Text Example
Text Example
White with #C98A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A3E; }
p { color: rgb(201,138,62); }
H1.HeaderClassName
{
color: #C98A3E;
}
.AnyTagClassName
{
color: #C98A3E;
}
</style>
background-color css
<style>
a { background-color: #C98A3E; }
a { background-color: rgb(201,138,62); }
div.DivClassName
{
background-color: #C98A3E;
}
.BgClassName
{
background-color: #C98A3E;
}
</style>
border-color css
<style>
span { border-color: #C98A3E; }
span { border-color: rgb(201,138,62); }
td.TdClassName
{
border-color: #C98A3E;
}
.TagClassName
{
border-color: #C98A3E;
}
</style>