Shades of Anzac #C98C3F
Tints of Anzac #C98C3F
RGB
CMYK
RGB Variations
Color information
#C98C3F (or 0xC98C3F) is known color: Anzac. HEX triplet: C9, 8C and 3F. RGB value is (201,140,63). Sum of RGB (Red+Green+Blue) = 201+140+63=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C3F is #3673C0. Grayscale: #959595. Windows color (decimal): -3568577 or 4164809. OLE color: 4164809.
HSL color Cylindrical-coordinate representation of color #C98C3F: hue angle of 33.48º 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 #C98C3F is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 140 | 63 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.21 |
| HSL | 33.48º | 0.56% | 0.52% | - |
| HSV(B) | 33.48º | 0.69% | 0.79% | - |
| XYZ | 34.36 | 31.53 | 8.98 | - |
| YUV | 149.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 140 | 63 | 0 | 0.30 | 0.69 | 0.21 | 33.48 | 0.56 | 0.52 |
| Hex | C9 | 8C | 3F | 0 | 1E | 45 | 15 | 21 | 38 | 34 |
| Octal | 311 | 214 | 77 | 0 | 36 | 105 | 25 | 41 | 70 | 64 |
| Binary | 11001001 | 10001100 | 111111 | 0 | 11110 | 1000101 | 10101 | 100001 | 111000 | 110100 |
Color Harmonies of #C98C3F
Complementary color
Monochromatic Colors of #C98C3F
Black with #C98C3F
Text Example
Text Example
White with #C98C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98C3F; }
p { color: rgb(201,140,63); }
H1.HeaderClassName
{
color: #C98C3F;
}
.AnyTagClassName
{
color: #C98C3F;
}
</style>
background-color css
<style>
a { background-color: #C98C3F; }
a { background-color: rgb(201,140,63); }
div.DivClassName
{
background-color: #C98C3F;
}
.BgClassName
{
background-color: #C98C3F;
}
</style>
border-color css
<style>
span { border-color: #C98C3F; }
span { border-color: rgb(201,140,63); }
td.TdClassName
{
border-color: #C98C3F;
}
.TagClassName
{
border-color: #C98C3F;
}
</style>