Shades of Anzac #CA913E
Tints of Anzac #CA913E
RGB
CMYK
RGB Variations
Color information
#CA913E (or 0xCA913E) is known color: Anzac. HEX triplet: CA, 91 and 3E. RGB value is (202,145,62). Sum of RGB (Red+Green+Blue) = 202+145+62=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA913E is #356EC1. Grayscale: #989898. Windows color (decimal): -3501762 or 4100554. OLE color: 4100554.
HSL color Cylindrical-coordinate representation of color #CA913E: hue angle of 35.57º 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 #CA913E is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 62 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.21 |
| HSL | 35.57º | 0.57% | 0.52% | - |
| HSV(B) | 35.57º | 0.69% | 0.79% | - |
| XYZ | 35.35 | 33.16 | 9.09 | - |
| YUV | 152.58 | 76.88 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 62 | 0 | 0.28 | 0.69 | 0.21 | 35.57 | 0.57 | 0.52 |
| Hex | CA | 91 | 3E | 0 | 1C | 45 | 15 | 24 | 39 | 34 |
| Octal | 312 | 221 | 76 | 0 | 34 | 105 | 25 | 44 | 71 | 64 |
| Binary | 11001010 | 10010001 | 111110 | 0 | 11100 | 1000101 | 10101 | 100100 | 111001 | 110100 |
Color Harmonies of #CA913E
Complementary color
Monochromatic Colors of #CA913E
Black with #CA913E
Text Example
Text Example
White with #CA913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA913E; }
p { color: rgb(202,145,62); }
H1.HeaderClassName
{
color: #CA913E;
}
.AnyTagClassName
{
color: #CA913E;
}
</style>
background-color css
<style>
a { background-color: #CA913E; }
a { background-color: rgb(202,145,62); }
div.DivClassName
{
background-color: #CA913E;
}
.BgClassName
{
background-color: #CA913E;
}
</style>
border-color css
<style>
span { border-color: #CA913E; }
span { border-color: rgb(202,145,62); }
td.TdClassName
{
border-color: #CA913E;
}
.TagClassName
{
border-color: #CA913E;
}
</style>