Shades of Anzac #C98A42
Tints of Anzac #C98A42
RGB
CMYK
RGB Variations
Color information
#C98A42 (or 0xC98A42) is known color: Anzac. HEX triplet: C9, 8A and 42. RGB value is (201,138,66). Sum of RGB (Red+Green+Blue) = 201+138+66=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A42 is #3675BD. Grayscale: #949494. Windows color (decimal): -3569086 or 4360905. OLE color: 4360905.
HSL color Cylindrical-coordinate representation of color #C98A42: hue angle of 32º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C98A42 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 66 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.21 |
| HSL | 32º | 0.56% | 0.52% | - |
| HSV(B) | 32º | 0.67% | 0.79% | - |
| XYZ | 34.16 | 30.99 | 9.34 | - |
| YUV | 148.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 66 | 0 | 0.31 | 0.67 | 0.21 | 32 | 0.56 | 0.52 |
| Hex | C9 | 8A | 42 | 0 | 1F | 43 | 15 | 20 | 38 | 34 |
| Octal | 311 | 212 | 102 | 0 | 37 | 103 | 25 | 40 | 70 | 64 |
| Binary | 11001001 | 10001010 | 1000010 | 0 | 11111 | 1000011 | 10101 | 100000 | 111000 | 110100 |
Color Harmonies of #C98A42
Complementary color
Monochromatic Colors of #C98A42
Black with #C98A42
Text Example
Text Example
White with #C98A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A42; }
p { color: rgb(201,138,66); }
H1.HeaderClassName
{
color: #C98A42;
}
.AnyTagClassName
{
color: #C98A42;
}
</style>
background-color css
<style>
a { background-color: #C98A42; }
a { background-color: rgb(201,138,66); }
div.DivClassName
{
background-color: #C98A42;
}
.BgClassName
{
background-color: #C98A42;
}
</style>
border-color css
<style>
span { border-color: #C98A42; }
span { border-color: rgb(201,138,66); }
td.TdClassName
{
border-color: #C98A42;
}
.TagClassName
{
border-color: #C98A42;
}
</style>