Shades of Anzac #CC9148
Tints of Anzac #CC9148
RGB
CMYK
RGB Variations
Color information
#CC9148 (or 0xCC9148) is known color: Anzac. HEX triplet: CC, 91 and 48. RGB value is (204,145,72). Sum of RGB (Red+Green+Blue) = 204+145+72=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9148 is #336EB7. Grayscale: #9A9A9A. Windows color (decimal): -3370680 or 4755916. OLE color: 4755916.
HSL color Cylindrical-coordinate representation of color #CC9148: hue angle of 33.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC9148 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 72 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.2 |
| HSL | 33.18º | 0.56% | 0.54% | - |
| HSV(B) | 33.18º | 0.65% | 0.8% | - |
| XYZ | 36.2 | 33.56 | 10.7 | - |
| YUV | 154.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 72 | 0 | 0.29 | 0.65 | 0.2 | 33.18 | 0.56 | 0.54 |
| Hex | CC | 91 | 48 | 0 | 1D | 41 | 14 | 21 | 38 | 36 |
| Octal | 314 | 221 | 110 | 0 | 35 | 101 | 24 | 41 | 70 | 66 |
| Binary | 11001100 | 10010001 | 1001000 | 0 | 11101 | 1000001 | 10100 | 100001 | 111000 | 110110 |
Color Harmonies of #CC9148
Complementary color
Monochromatic Colors of #CC9148
Black with #CC9148
Text Example
Text Example
White with #CC9148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9148; }
p { color: rgb(204,145,72); }
H1.HeaderClassName
{
color: #CC9148;
}
.AnyTagClassName
{
color: #CC9148;
}
</style>
background-color css
<style>
a { background-color: #CC9148; }
a { background-color: rgb(204,145,72); }
div.DivClassName
{
background-color: #CC9148;
}
.BgClassName
{
background-color: #CC9148;
}
</style>
border-color css
<style>
span { border-color: #CC9148; }
span { border-color: rgb(204,145,72); }
td.TdClassName
{
border-color: #CC9148;
}
.TagClassName
{
border-color: #CC9148;
}
</style>