Shades of Anzac #CC923F
Tints of Anzac #CC923F
RGB
CMYK
RGB Variations
Color information
#CC923F (or 0xCC923F) is known color: Anzac. HEX triplet: CC, 92 and 3F. RGB value is (204,146,63). Sum of RGB (Red+Green+Blue) = 204+146+63=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC923F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC923F is #336DC0. Grayscale: #9A9A9A. Windows color (decimal): -3370433 or 4166348. OLE color: 4166348.
HSL color Cylindrical-coordinate representation of color #CC923F: hue angle of 35.32º 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 #CC923F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 63 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.2 |
| HSL | 35.32º | 0.58% | 0.52% | - |
| HSV(B) | 35.32º | 0.69% | 0.8% | - |
| XYZ | 36.08 | 33.75 | 9.32 | - |
| YUV | 153.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 63 | 0 | 0.28 | 0.69 | 0.2 | 35.32 | 0.58 | 0.52 |
| Hex | CC | 92 | 3F | 0 | 1C | 45 | 14 | 23 | 3A | 34 |
| Octal | 314 | 222 | 77 | 0 | 34 | 105 | 24 | 43 | 72 | 64 |
| Binary | 11001100 | 10010010 | 111111 | 0 | 11100 | 1000101 | 10100 | 100011 | 111010 | 110100 |
Color Harmonies of #CC923F
Complementary color
Monochromatic Colors of #CC923F
Black with #CC923F
Text Example
Text Example
White with #CC923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC923F; }
p { color: rgb(204,146,63); }
H1.HeaderClassName
{
color: #CC923F;
}
.AnyTagClassName
{
color: #CC923F;
}
</style>
background-color css
<style>
a { background-color: #CC923F; }
a { background-color: rgb(204,146,63); }
div.DivClassName
{
background-color: #CC923F;
}
.BgClassName
{
background-color: #CC923F;
}
</style>
border-color css
<style>
span { border-color: #CC923F; }
span { border-color: rgb(204,146,63); }
td.TdClassName
{
border-color: #CC923F;
}
.TagClassName
{
border-color: #CC923F;
}
</style>