Shades of Anzac #CC9348
Tints of Anzac #CC9348
RGB
CMYK
RGB Variations
Color information
#CC9348 (or 0xCC9348) is known color: Anzac. HEX triplet: CC, 93 and 48. RGB value is (204,147,72). Sum of RGB (Red+Green+Blue) = 204+147+72=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9348 is #336CB7. Grayscale: #9B9B9B. Windows color (decimal): -3370168 or 4756428. OLE color: 4756428.
HSL color Cylindrical-coordinate representation of color #CC9348: hue angle of 34.09º 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 #CC9348 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 72 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.2 |
| HSL | 34.09º | 0.56% | 0.54% | - |
| HSV(B) | 34.09º | 0.65% | 0.8% | - |
| XYZ | 36.51 | 34.17 | 10.8 | - |
| YUV | 155.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 72 | 0 | 0.28 | 0.65 | 0.2 | 34.09 | 0.56 | 0.54 |
| Hex | CC | 93 | 48 | 0 | 1C | 41 | 14 | 22 | 38 | 36 |
| Octal | 314 | 223 | 110 | 0 | 34 | 101 | 24 | 42 | 70 | 66 |
| Binary | 11001100 | 10010011 | 1001000 | 0 | 11100 | 1000001 | 10100 | 100010 | 111000 | 110110 |
Color Harmonies of #CC9348
Complementary color
Monochromatic Colors of #CC9348
Black with #CC9348
Text Example
Text Example
White with #CC9348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9348; }
p { color: rgb(204,147,72); }
H1.HeaderClassName
{
color: #CC9348;
}
.AnyTagClassName
{
color: #CC9348;
}
</style>
background-color css
<style>
a { background-color: #CC9348; }
a { background-color: rgb(204,147,72); }
div.DivClassName
{
background-color: #CC9348;
}
.BgClassName
{
background-color: #CC9348;
}
</style>
border-color css
<style>
span { border-color: #CC9348; }
span { border-color: rgb(204,147,72); }
td.TdClassName
{
border-color: #CC9348;
}
.TagClassName
{
border-color: #CC9348;
}
</style>