Shades of Anzac #CC903C
Tints of Anzac #CC903C
RGB
CMYK
RGB Variations
Color information
#CC903C (or 0xCC903C) is known color: Anzac. HEX triplet: CC, 90 and 3C. RGB value is (204,144,60). Sum of RGB (Red+Green+Blue) = 204+144+60=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC903C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC903C is #336FC3. Grayscale: #989898. Windows color (decimal): -3370948 or 3969228. OLE color: 3969228.
HSL color Cylindrical-coordinate representation of color #CC903C: hue angle of 35º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC903C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 60 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.2 |
| HSL | 35º | 0.59% | 0.52% | - |
| HSV(B) | 35º | 0.71% | 0.8% | - |
| XYZ | 35.69 | 33.11 | 8.78 | - |
| YUV | 152.36 | 75.88 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 60 | 0 | 0.29 | 0.71 | 0.2 | 35 | 0.59 | 0.52 |
| Hex | CC | 90 | 3C | 0 | 1D | 47 | 14 | 23 | 3B | 34 |
| Octal | 314 | 220 | 74 | 0 | 35 | 107 | 24 | 43 | 73 | 64 |
| Binary | 11001100 | 10010000 | 111100 | 0 | 11101 | 1000111 | 10100 | 100011 | 111011 | 110100 |
Color Harmonies of #CC903C
Complementary color
Monochromatic Colors of #CC903C
Black with #CC903C
Text Example
Text Example
White with #CC903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC903C; }
p { color: rgb(204,144,60); }
H1.HeaderClassName
{
color: #CC903C;
}
.AnyTagClassName
{
color: #CC903C;
}
</style>
background-color css
<style>
a { background-color: #CC903C; }
a { background-color: rgb(204,144,60); }
div.DivClassName
{
background-color: #CC903C;
}
.BgClassName
{
background-color: #CC903C;
}
</style>
border-color css
<style>
span { border-color: #CC903C; }
span { border-color: rgb(204,144,60); }
td.TdClassName
{
border-color: #CC903C;
}
.TagClassName
{
border-color: #CC903C;
}
</style>