Shades of Anzac #CC943F
Tints of Anzac #CC943F
RGB
CMYK
RGB Variations
Color information
#CC943F (or 0xCC943F) is known color: Anzac. HEX triplet: CC, 94 and 3F. RGB value is (204,148,63). Sum of RGB (Red+Green+Blue) = 204+148+63=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC943F is #336BC0. Grayscale: #9B9B9B. Windows color (decimal): -3369921 or 4166860. OLE color: 4166860.
HSL color Cylindrical-coordinate representation of color #CC943F: hue angle of 36.17º 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 #CC943F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 63 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.2 |
| HSL | 36.17º | 0.58% | 0.52% | - |
| HSV(B) | 36.17º | 0.69% | 0.8% | - |
| XYZ | 36.39 | 34.38 | 9.42 | - |
| YUV | 155.05 | 76.05 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 63 | 0 | 0.27 | 0.69 | 0.2 | 36.17 | 0.58 | 0.52 |
| Hex | CC | 94 | 3F | 0 | 1B | 45 | 14 | 24 | 3A | 34 |
| Octal | 314 | 224 | 77 | 0 | 33 | 105 | 24 | 44 | 72 | 64 |
| Binary | 11001100 | 10010100 | 111111 | 0 | 11011 | 1000101 | 10100 | 100100 | 111010 | 110100 |
Color Harmonies of #CC943F
Complementary color
Monochromatic Colors of #CC943F
Black with #CC943F
Text Example
Text Example
White with #CC943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC943F; }
p { color: rgb(204,148,63); }
H1.HeaderClassName
{
color: #CC943F;
}
.AnyTagClassName
{
color: #CC943F;
}
</style>
background-color css
<style>
a { background-color: #CC943F; }
a { background-color: rgb(204,148,63); }
div.DivClassName
{
background-color: #CC943F;
}
.BgClassName
{
background-color: #CC943F;
}
</style>
border-color css
<style>
span { border-color: #CC943F; }
span { border-color: rgb(204,148,63); }
td.TdClassName
{
border-color: #CC943F;
}
.TagClassName
{
border-color: #CC943F;
}
</style>