Shades of Anzac #CA943C
Tints of Anzac #CA943C
RGB
CMYK
RGB Variations
Color information
#CA943C (or 0xCA943C) is known color: Anzac. HEX triplet: CA, 94 and 3C. RGB value is (202,148,60). Sum of RGB (Red+Green+Blue) = 202+148+60=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA943C is #356BC3. Grayscale: #9A9A9A. Windows color (decimal): -3500996 or 3970250. OLE color: 3970250.
HSL color Cylindrical-coordinate representation of color #CA943C: hue angle of 37.18º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA943C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 60 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.21 |
| HSL | 37.18º | 0.57% | 0.51% | - |
| HSV(B) | 37.18º | 0.7% | 0.79% | - |
| XYZ | 35.76 | 34.06 | 8.96 | - |
| YUV | 154.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 60 | 0 | 0.27 | 0.70 | 0.21 | 37.18 | 0.57 | 0.51 |
| Hex | CA | 94 | 3C | 0 | 1B | 46 | 15 | 25 | 39 | 33 |
| Octal | 312 | 224 | 74 | 0 | 33 | 106 | 25 | 45 | 71 | 63 |
| Binary | 11001010 | 10010100 | 111100 | 0 | 11011 | 1000110 | 10101 | 100101 | 111001 | 110011 |
Color Harmonies of #CA943C
Complementary color
Monochromatic Colors of #CA943C
Black with #CA943C
Text Example
Text Example
White with #CA943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA943C; }
p { color: rgb(202,148,60); }
H1.HeaderClassName
{
color: #CA943C;
}
.AnyTagClassName
{
color: #CA943C;
}
</style>
background-color css
<style>
a { background-color: #CA943C; }
a { background-color: rgb(202,148,60); }
div.DivClassName
{
background-color: #CA943C;
}
.BgClassName
{
background-color: #CA943C;
}
</style>
border-color css
<style>
span { border-color: #CA943C; }
span { border-color: rgb(202,148,60); }
td.TdClassName
{
border-color: #CA943C;
}
.TagClassName
{
border-color: #CA943C;
}
</style>