Shades of Anzac #CA953E
Tints of Anzac #CA953E
RGB
CMYK
RGB Variations
Color information
#CA953E (or 0xCA953E) is known color: Anzac. HEX triplet: CA, 95 and 3E. RGB value is (202,149,62). Sum of RGB (Red+Green+Blue) = 202+149+62=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA953E is #356AC1. Grayscale: #9B9B9B. Windows color (decimal): -3500738 or 4101578. OLE color: 4101578.
HSL color Cylindrical-coordinate representation of color #CA953E: hue angle of 37.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA953E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 62 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.21 |
| HSL | 37.29º | 0.57% | 0.52% | - |
| HSV(B) | 37.29º | 0.69% | 0.79% | - |
| XYZ | 35.97 | 34.4 | 9.3 | - |
| YUV | 154.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 62 | 0 | 0.26 | 0.69 | 0.21 | 37.29 | 0.57 | 0.52 |
| Hex | CA | 95 | 3E | 0 | 1A | 45 | 15 | 25 | 39 | 34 |
| Octal | 312 | 225 | 76 | 0 | 32 | 105 | 25 | 45 | 71 | 64 |
| Binary | 11001010 | 10010101 | 111110 | 0 | 11010 | 1000101 | 10101 | 100101 | 111001 | 110100 |
Color Harmonies of #CA953E
Complementary color
Monochromatic Colors of #CA953E
Black with #CA953E
Text Example
Text Example
White with #CA953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA953E; }
p { color: rgb(202,149,62); }
H1.HeaderClassName
{
color: #CA953E;
}
.AnyTagClassName
{
color: #CA953E;
}
</style>
background-color css
<style>
a { background-color: #CA953E; }
a { background-color: rgb(202,149,62); }
div.DivClassName
{
background-color: #CA953E;
}
.BgClassName
{
background-color: #CA953E;
}
</style>
border-color css
<style>
span { border-color: #CA953E; }
span { border-color: rgb(202,149,62); }
td.TdClassName
{
border-color: #CA953E;
}
.TagClassName
{
border-color: #CA953E;
}
</style>