Shades of Anzac #C9953C
Tints of Anzac #C9953C
RGB
CMYK
RGB Variations
Color information
#C9953C (or 0xC9953C) is known color: Anzac. HEX triplet: C9, 95 and 3C. RGB value is (201,149,60). Sum of RGB (Red+Green+Blue) = 201+149+60=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9953C is #366AC3. Grayscale: #9A9A9A. Windows color (decimal): -3566276 or 3970505. OLE color: 3970505.
HSL color Cylindrical-coordinate representation of color #C9953C: hue angle of 37.87º degrees, saturation: 0.57, 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 #C9953C is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 60 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.21 |
| HSL | 37.87º | 0.57% | 0.51% | - |
| HSV(B) | 37.87º | 0.7% | 0.79% | - |
| XYZ | 35.65 | 34.24 | 9 | - |
| YUV | 154.4 | 74.73 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 60 | 0 | 0.26 | 0.70 | 0.21 | 37.87 | 0.57 | 0.51 |
| Hex | C9 | 95 | 3C | 0 | 1A | 46 | 15 | 26 | 39 | 33 |
| Octal | 311 | 225 | 74 | 0 | 32 | 106 | 25 | 46 | 71 | 63 |
| Binary | 11001001 | 10010101 | 111100 | 0 | 11010 | 1000110 | 10101 | 100110 | 111001 | 110011 |
Color Harmonies of #C9953C
Complementary color
Monochromatic Colors of #C9953C
Black with #C9953C
Text Example
Text Example
White with #C9953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9953C; }
p { color: rgb(201,149,60); }
H1.HeaderClassName
{
color: #C9953C;
}
.AnyTagClassName
{
color: #C9953C;
}
</style>
background-color css
<style>
a { background-color: #C9953C; }
a { background-color: rgb(201,149,60); }
div.DivClassName
{
background-color: #C9953C;
}
.BgClassName
{
background-color: #C9953C;
}
</style>
border-color css
<style>
span { border-color: #C9953C; }
span { border-color: rgb(201,149,60); }
td.TdClassName
{
border-color: #C9953C;
}
.TagClassName
{
border-color: #C9953C;
}
</style>