Shades of Anzac #CC973F
Tints of Anzac #CC973F
RGB
CMYK
RGB Variations
Color information
#CC973F (or 0xCC973F) is known color: Anzac. HEX triplet: CC, 97 and 3F. RGB value is (204,151,63). Sum of RGB (Red+Green+Blue) = 204+151+63=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC973F is #3368C0. Grayscale: #9D9D9D. Windows color (decimal): -3369153 or 4167628. OLE color: 4167628.
HSL color Cylindrical-coordinate representation of color #CC973F: hue angle of 37.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC973F is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 63 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.2 |
| HSL | 37.45º | 0.58% | 0.52% | - |
| HSV(B) | 37.45º | 0.69% | 0.8% | - |
| XYZ | 36.87 | 35.33 | 9.58 | - |
| YUV | 156.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 63 | 0 | 0.26 | 0.69 | 0.2 | 37.45 | 0.58 | 0.52 |
| Hex | CC | 97 | 3F | 0 | 1A | 45 | 14 | 25 | 3A | 34 |
| Octal | 314 | 227 | 77 | 0 | 32 | 105 | 24 | 45 | 72 | 64 |
| Binary | 11001100 | 10010111 | 111111 | 0 | 11010 | 1000101 | 10100 | 100101 | 111010 | 110100 |
Color Harmonies of #CC973F
Complementary color
Monochromatic Colors of #CC973F
Black with #CC973F
Text Example
Text Example
White with #CC973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC973F; }
p { color: rgb(204,151,63); }
H1.HeaderClassName
{
color: #CC973F;
}
.AnyTagClassName
{
color: #CC973F;
}
</style>
background-color css
<style>
a { background-color: #CC973F; }
a { background-color: rgb(204,151,63); }
div.DivClassName
{
background-color: #CC973F;
}
.BgClassName
{
background-color: #CC973F;
}
</style>
border-color css
<style>
span { border-color: #CC973F; }
span { border-color: rgb(204,151,63); }
td.TdClassName
{
border-color: #CC973F;
}
.TagClassName
{
border-color: #CC973F;
}
</style>