Shades of Anzac #CA973A
Tints of Anzac #CA973A
RGB
CMYK
RGB Variations
Color information
#CA973A (or 0xCA973A) is known color: Anzac. HEX triplet: CA, 97 and 3A. RGB value is (202,151,58). Sum of RGB (Red+Green+Blue) = 202+151+58=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA973A is #3568C5. Grayscale: #9C9C9C. Windows color (decimal): -3500230 or 3839946. OLE color: 3839946.
HSL color Cylindrical-coordinate representation of color #CA973A: hue angle of 38.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA973A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 58 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.21 |
| HSL | 38.75º | 0.58% | 0.51% | - |
| HSV(B) | 38.75º | 0.71% | 0.79% | - |
| XYZ | 36.19 | 35 | 8.85 | - |
| YUV | 155.65 | 72.9 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 58 | 0 | 0.25 | 0.71 | 0.21 | 38.75 | 0.58 | 0.51 |
| Hex | CA | 97 | 3A | 0 | 19 | 47 | 15 | 27 | 3A | 33 |
| Octal | 312 | 227 | 72 | 0 | 31 | 107 | 25 | 47 | 72 | 63 |
| Binary | 11001010 | 10010111 | 111010 | 0 | 11001 | 1000111 | 10101 | 100111 | 111010 | 110011 |
Color Harmonies of #CA973A
Complementary color
Monochromatic Colors of #CA973A
Black with #CA973A
Text Example
Text Example
White with #CA973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA973A; }
p { color: rgb(202,151,58); }
H1.HeaderClassName
{
color: #CA973A;
}
.AnyTagClassName
{
color: #CA973A;
}
</style>
background-color css
<style>
a { background-color: #CA973A; }
a { background-color: rgb(202,151,58); }
div.DivClassName
{
background-color: #CA973A;
}
.BgClassName
{
background-color: #CA973A;
}
</style>
border-color css
<style>
span { border-color: #CA973A; }
span { border-color: rgb(202,151,58); }
td.TdClassName
{
border-color: #CA973A;
}
.TagClassName
{
border-color: #CA973A;
}
</style>