Shades of Anzac #CC8D41
Tints of Anzac #CC8D41
RGB
CMYK
RGB Variations
Color information
#CC8D41 (or 0xCC8D41) is known color: Anzac. HEX triplet: CC, 8D and 41. RGB value is (204,141,65). Sum of RGB (Red+Green+Blue) = 204+141+65=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8D41 is #3372BE. Grayscale: #979797. Windows color (decimal): -3371711 or 4296140. OLE color: 4296140.
HSL color Cylindrical-coordinate representation of color #CC8D41: hue angle of 32.81º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC8D41 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 65 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.2 |
| HSL | 32.81º | 0.58% | 0.53% | - |
| HSV(B) | 32.81º | 0.68% | 0.8% | - |
| XYZ | 35.38 | 32.27 | 9.36 | - |
| YUV | 151.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 65 | 0 | 0.31 | 0.68 | 0.2 | 32.81 | 0.58 | 0.53 |
| Hex | CC | 8D | 41 | 0 | 1F | 44 | 14 | 21 | 3A | 35 |
| Octal | 314 | 215 | 101 | 0 | 37 | 104 | 24 | 41 | 72 | 65 |
| Binary | 11001100 | 10001101 | 1000001 | 0 | 11111 | 1000100 | 10100 | 100001 | 111010 | 110101 |
Color Harmonies of #CC8D41
Complementary color
Monochromatic Colors of #CC8D41
Black with #CC8D41
Text Example
Text Example
White with #CC8D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8D41; }
p { color: rgb(204,141,65); }
H1.HeaderClassName
{
color: #CC8D41;
}
.AnyTagClassName
{
color: #CC8D41;
}
</style>
background-color css
<style>
a { background-color: #CC8D41; }
a { background-color: rgb(204,141,65); }
div.DivClassName
{
background-color: #CC8D41;
}
.BgClassName
{
background-color: #CC8D41;
}
</style>
border-color css
<style>
span { border-color: #CC8D41; }
span { border-color: rgb(204,141,65); }
td.TdClassName
{
border-color: #CC8D41;
}
.TagClassName
{
border-color: #CC8D41;
}
</style>