Shades of Anzac #C9943F
Tints of Anzac #C9943F
RGB
CMYK
RGB Variations
Color information
#C9943F (or 0xC9943F) is known color: Anzac. HEX triplet: C9, 94 and 3F. RGB value is (201,148,63). Sum of RGB (Red+Green+Blue) = 201+148+63=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9943F is #366BC0. Grayscale: #9A9A9A. Windows color (decimal): -3566529 or 4166857. OLE color: 4166857.
HSL color Cylindrical-coordinate representation of color #C9943F: hue angle of 36.96º 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 #C9943F is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 63 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.21 |
| HSL | 36.96º | 0.56% | 0.52% | - |
| HSV(B) | 36.96º | 0.69% | 0.79% | - |
| XYZ | 35.57 | 33.96 | 9.38 | - |
| YUV | 154.16 | 76.56 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 63 | 0 | 0.26 | 0.69 | 0.21 | 36.96 | 0.56 | 0.52 |
| Hex | C9 | 94 | 3F | 0 | 1A | 45 | 15 | 25 | 38 | 34 |
| Octal | 311 | 224 | 77 | 0 | 32 | 105 | 25 | 45 | 70 | 64 |
| Binary | 11001001 | 10010100 | 111111 | 0 | 11010 | 1000101 | 10101 | 100101 | 111000 | 110100 |
Color Harmonies of #C9943F
Complementary color
Monochromatic Colors of #C9943F
Black with #C9943F
Text Example
Text Example
White with #C9943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9943F; }
p { color: rgb(201,148,63); }
H1.HeaderClassName
{
color: #C9943F;
}
.AnyTagClassName
{
color: #C9943F;
}
</style>
background-color css
<style>
a { background-color: #C9943F; }
a { background-color: rgb(201,148,63); }
div.DivClassName
{
background-color: #C9943F;
}
.BgClassName
{
background-color: #C9943F;
}
</style>
border-color css
<style>
span { border-color: #C9943F; }
span { border-color: rgb(201,148,63); }
td.TdClassName
{
border-color: #C9943F;
}
.TagClassName
{
border-color: #C9943F;
}
</style>