Shades of Anzac #CC913D
Tints of Anzac #CC913D
RGB
CMYK
RGB Variations
Color information
#CC913D (or 0xCC913D) is known color: Anzac. HEX triplet: CC, 91 and 3D. RGB value is (204,145,61). Sum of RGB (Red+Green+Blue) = 204+145+61=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC913D is #336EC2. Grayscale: #999999. Windows color (decimal): -3370691 or 4035020. OLE color: 4035020.
HSL color Cylindrical-coordinate representation of color #CC913D: hue angle of 35.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC913D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 61 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.2 |
| HSL | 35.24º | 0.58% | 0.52% | - |
| HSV(B) | 35.24º | 0.7% | 0.8% | - |
| XYZ | 35.87 | 33.43 | 8.98 | - |
| YUV | 153.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 61 | 0 | 0.29 | 0.70 | 0.2 | 35.24 | 0.58 | 0.52 |
| Hex | CC | 91 | 3D | 0 | 1D | 46 | 14 | 23 | 3A | 34 |
| Octal | 314 | 221 | 75 | 0 | 35 | 106 | 24 | 43 | 72 | 64 |
| Binary | 11001100 | 10010001 | 111101 | 0 | 11101 | 1000110 | 10100 | 100011 | 111010 | 110100 |
Color Harmonies of #CC913D
Complementary color
Monochromatic Colors of #CC913D
Black with #CC913D
Text Example
Text Example
White with #CC913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC913D; }
p { color: rgb(204,145,61); }
H1.HeaderClassName
{
color: #CC913D;
}
.AnyTagClassName
{
color: #CC913D;
}
</style>
background-color css
<style>
a { background-color: #CC913D; }
a { background-color: rgb(204,145,61); }
div.DivClassName
{
background-color: #CC913D;
}
.BgClassName
{
background-color: #CC913D;
}
</style>
border-color css
<style>
span { border-color: #CC913D; }
span { border-color: rgb(204,145,61); }
td.TdClassName
{
border-color: #CC913D;
}
.TagClassName
{
border-color: #CC913D;
}
</style>