Shades of Anzac #CC923A
Tints of Anzac #CC923A
RGB
CMYK
RGB Variations
Color information
#CC923A (or 0xCC923A) is known color: Anzac. HEX triplet: CC, 92 and 3A. RGB value is (204,146,58). Sum of RGB (Red+Green+Blue) = 204+146+58=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC923A is #336DC5. Grayscale: #999999. Windows color (decimal): -3370438 or 3838668. OLE color: 3838668.
HSL color Cylindrical-coordinate representation of color #CC923A: hue angle of 36.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC923A is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 58 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.2 |
| HSL | 36.16º | 0.59% | 0.51% | - |
| HSV(B) | 36.16º | 0.72% | 0.8% | - |
| XYZ | 35.94 | 33.7 | 8.61 | - |
| YUV | 153.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 58 | 0 | 0.28 | 0.72 | 0.2 | 36.16 | 0.59 | 0.51 |
| Hex | CC | 92 | 3A | 0 | 1C | 48 | 14 | 24 | 3B | 33 |
| Octal | 314 | 222 | 72 | 0 | 34 | 110 | 24 | 44 | 73 | 63 |
| Binary | 11001100 | 10010010 | 111010 | 0 | 11100 | 1001000 | 10100 | 100100 | 111011 | 110011 |
Color Harmonies of #CC923A
Complementary color
Monochromatic Colors of #CC923A
Black with #CC923A
Text Example
Text Example
White with #CC923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC923A; }
p { color: rgb(204,146,58); }
H1.HeaderClassName
{
color: #CC923A;
}
.AnyTagClassName
{
color: #CC923A;
}
</style>
background-color css
<style>
a { background-color: #CC923A; }
a { background-color: rgb(204,146,58); }
div.DivClassName
{
background-color: #CC923A;
}
.BgClassName
{
background-color: #CC923A;
}
</style>
border-color css
<style>
span { border-color: #CC923A; }
span { border-color: rgb(204,146,58); }
td.TdClassName
{
border-color: #CC923A;
}
.TagClassName
{
border-color: #CC923A;
}
</style>