Shades of Anzac #C9963D
Tints of Anzac #C9963D
RGB
CMYK
RGB Variations
Color information
#C9963D (or 0xC9963D) is known color: Anzac. HEX triplet: C9, 96 and 3D. RGB value is (201,150,61). Sum of RGB (Red+Green+Blue) = 201+150+61=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9963D is #3669C2. Grayscale: #9B9B9B. Windows color (decimal): -3566019 or 4036297. OLE color: 4036297.
HSL color Cylindrical-coordinate representation of color #C9963D: hue angle of 38.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9963D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 61 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.21 |
| HSL | 38.14º | 0.56% | 0.51% | - |
| HSV(B) | 38.14º | 0.7% | 0.79% | - |
| XYZ | 35.84 | 34.57 | 9.2 | - |
| YUV | 155.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 61 | 0 | 0.25 | 0.70 | 0.21 | 38.14 | 0.56 | 0.51 |
| Hex | C9 | 96 | 3D | 0 | 19 | 46 | 15 | 26 | 38 | 33 |
| Octal | 311 | 226 | 75 | 0 | 31 | 106 | 25 | 46 | 70 | 63 |
| Binary | 11001001 | 10010110 | 111101 | 0 | 11001 | 1000110 | 10101 | 100110 | 111000 | 110011 |
Color Harmonies of #C9963D
Complementary color
Monochromatic Colors of #C9963D
Black with #C9963D
Text Example
Text Example
White with #C9963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9963D; }
p { color: rgb(201,150,61); }
H1.HeaderClassName
{
color: #C9963D;
}
.AnyTagClassName
{
color: #C9963D;
}
</style>
background-color css
<style>
a { background-color: #C9963D; }
a { background-color: rgb(201,150,61); }
div.DivClassName
{
background-color: #C9963D;
}
.BgClassName
{
background-color: #C9963D;
}
</style>
border-color css
<style>
span { border-color: #C9963D; }
span { border-color: rgb(201,150,61); }
td.TdClassName
{
border-color: #C9963D;
}
.TagClassName
{
border-color: #C9963D;
}
</style>