Shades of Anzac #CC903A
Tints of Anzac #CC903A
RGB
CMYK
RGB Variations
Color information
#CC903A (or 0xCC903A) is known color: Anzac. HEX triplet: CC, 90 and 3A. RGB value is (204,144,58). Sum of RGB (Red+Green+Blue) = 204+144+58=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC903A is #336FC5. Grayscale: #989898. Windows color (decimal): -3370950 or 3838156. OLE color: 3838156.
HSL color Cylindrical-coordinate representation of color #CC903A: hue angle of 35.34º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC903A is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 58 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.2 |
| HSL | 35.34º | 0.59% | 0.51% | - |
| HSV(B) | 35.34º | 0.72% | 0.8% | - |
| XYZ | 35.64 | 33.09 | 8.51 | - |
| YUV | 152.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 58 | 0 | 0.29 | 0.72 | 0.2 | 35.34 | 0.59 | 0.51 |
| Hex | CC | 90 | 3A | 0 | 1D | 48 | 14 | 23 | 3B | 33 |
| Octal | 314 | 220 | 72 | 0 | 35 | 110 | 24 | 43 | 73 | 63 |
| Binary | 11001100 | 10010000 | 111010 | 0 | 11101 | 1001000 | 10100 | 100011 | 111011 | 110011 |
Color Harmonies of #CC903A
Complementary color
Monochromatic Colors of #CC903A
Black with #CC903A
Text Example
Text Example
White with #CC903A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC903A; }
p { color: rgb(204,144,58); }
H1.HeaderClassName
{
color: #CC903A;
}
.AnyTagClassName
{
color: #CC903A;
}
</style>
background-color css
<style>
a { background-color: #CC903A; }
a { background-color: rgb(204,144,58); }
div.DivClassName
{
background-color: #CC903A;
}
.BgClassName
{
background-color: #CC903A;
}
</style>
border-color css
<style>
span { border-color: #CC903A; }
span { border-color: rgb(204,144,58); }
td.TdClassName
{
border-color: #CC903A;
}
.TagClassName
{
border-color: #CC903A;
}
</style>