Shades of Anzac #C9933F
Tints of Anzac #C9933F
RGB
CMYK
RGB Variations
Color information
#C9933F (or 0xC9933F) is known color: Anzac. HEX triplet: C9, 93 and 3F. RGB value is (201,147,63). Sum of RGB (Red+Green+Blue) = 201+147+63=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9933F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9933F is #366CC0. Grayscale: #999999. Windows color (decimal): -3566785 or 4166601. OLE color: 4166601.
HSL color Cylindrical-coordinate representation of color #C9933F: hue angle of 36.52º 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 #C9933F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 63 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.21 |
| HSL | 36.52º | 0.56% | 0.52% | - |
| HSV(B) | 36.52º | 0.69% | 0.79% | - |
| XYZ | 35.42 | 33.64 | 9.33 | - |
| YUV | 153.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 63 | 0 | 0.27 | 0.69 | 0.21 | 36.52 | 0.56 | 0.52 |
| Hex | C9 | 93 | 3F | 0 | 1B | 45 | 15 | 25 | 38 | 34 |
| Octal | 311 | 223 | 77 | 0 | 33 | 105 | 25 | 45 | 70 | 64 |
| Binary | 11001001 | 10010011 | 111111 | 0 | 11011 | 1000101 | 10101 | 100101 | 111000 | 110100 |
Color Harmonies of #C9933F
Complementary color
Monochromatic Colors of #C9933F
Black with #C9933F
Text Example
Text Example
White with #C9933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9933F; }
p { color: rgb(201,147,63); }
H1.HeaderClassName
{
color: #C9933F;
}
.AnyTagClassName
{
color: #C9933F;
}
</style>
background-color css
<style>
a { background-color: #C9933F; }
a { background-color: rgb(201,147,63); }
div.DivClassName
{
background-color: #C9933F;
}
.BgClassName
{
background-color: #C9933F;
}
</style>
border-color css
<style>
span { border-color: #C9933F; }
span { border-color: rgb(201,147,63); }
td.TdClassName
{
border-color: #C9933F;
}
.TagClassName
{
border-color: #C9933F;
}
</style>