Shades of Anzac #CC943D
Tints of Anzac #CC943D
RGB
CMYK
RGB Variations
Color information
#CC943D (or 0xCC943D) is known color: Anzac. HEX triplet: CC, 94 and 3D. RGB value is (204,148,61). Sum of RGB (Red+Green+Blue) = 204+148+61=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC943D is #336BC2. Grayscale: #9B9B9B. Windows color (decimal): -3369923 or 4035788. OLE color: 4035788.
HSL color Cylindrical-coordinate representation of color #CC943D: hue angle of 36.5º 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 #CC943D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 61 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.2 |
| HSL | 36.5º | 0.58% | 0.52% | - |
| HSV(B) | 36.5º | 0.7% | 0.8% | - |
| XYZ | 36.33 | 34.35 | 9.13 | - |
| YUV | 154.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 61 | 0 | 0.27 | 0.70 | 0.2 | 36.5 | 0.58 | 0.52 |
| Hex | CC | 94 | 3D | 0 | 1B | 46 | 14 | 25 | 3A | 34 |
| Octal | 314 | 224 | 75 | 0 | 33 | 106 | 24 | 45 | 72 | 64 |
| Binary | 11001100 | 10010100 | 111101 | 0 | 11011 | 1000110 | 10100 | 100101 | 111010 | 110100 |
Color Harmonies of #CC943D
Complementary color
Monochromatic Colors of #CC943D
Black with #CC943D
Text Example
Text Example
White with #CC943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC943D; }
p { color: rgb(204,148,61); }
H1.HeaderClassName
{
color: #CC943D;
}
.AnyTagClassName
{
color: #CC943D;
}
</style>
background-color css
<style>
a { background-color: #CC943D; }
a { background-color: rgb(204,148,61); }
div.DivClassName
{
background-color: #CC943D;
}
.BgClassName
{
background-color: #CC943D;
}
</style>
border-color css
<style>
span { border-color: #CC943D; }
span { border-color: rgb(204,148,61); }
td.TdClassName
{
border-color: #CC943D;
}
.TagClassName
{
border-color: #CC943D;
}
</style>