Shades of Anzac #CA953C
Tints of Anzac #CA953C
RGB
CMYK
RGB Variations
Color information
#CA953C (or 0xCA953C) is known color: Anzac. HEX triplet: CA, 95 and 3C. RGB value is (202,149,60). Sum of RGB (Red+Green+Blue) = 202+149+60=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA953C is #356AC3. Grayscale: #9B9B9B. Windows color (decimal): -3500740 or 3970506. OLE color: 3970506.
HSL color Cylindrical-coordinate representation of color #CA953C: hue angle of 37.61º 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 #CA953C is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 60 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.21 |
| HSL | 37.61º | 0.57% | 0.51% | - |
| HSV(B) | 37.61º | 0.7% | 0.79% | - |
| XYZ | 35.92 | 34.38 | 9.02 | - |
| YUV | 154.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 60 | 0 | 0.26 | 0.70 | 0.21 | 37.61 | 0.57 | 0.51 |
| Hex | CA | 95 | 3C | 0 | 1A | 46 | 15 | 26 | 39 | 33 |
| Octal | 312 | 225 | 74 | 0 | 32 | 106 | 25 | 46 | 71 | 63 |
| Binary | 11001010 | 10010101 | 111100 | 0 | 11010 | 1000110 | 10101 | 100110 | 111001 | 110011 |
Color Harmonies of #CA953C
Complementary color
Monochromatic Colors of #CA953C
Black with #CA953C
Text Example
Text Example
White with #CA953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA953C; }
p { color: rgb(202,149,60); }
H1.HeaderClassName
{
color: #CA953C;
}
.AnyTagClassName
{
color: #CA953C;
}
</style>
background-color css
<style>
a { background-color: #CA953C; }
a { background-color: rgb(202,149,60); }
div.DivClassName
{
background-color: #CA953C;
}
.BgClassName
{
background-color: #CA953C;
}
</style>
border-color css
<style>
span { border-color: #CA953C; }
span { border-color: rgb(202,149,60); }
td.TdClassName
{
border-color: #CA953C;
}
.TagClassName
{
border-color: #CA953C;
}
</style>