Shades of Anzac #CA953F
Tints of Anzac #CA953F
RGB
CMYK
RGB Variations
Color information
#CA953F (or 0xCA953F) is known color: Anzac. HEX triplet: CA, 95 and 3F. RGB value is (202,149,63). Sum of RGB (Red+Green+Blue) = 202+149+63=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA953F is #356AC0. Grayscale: #9B9B9B. Windows color (decimal): -3500737 or 4167114. OLE color: 4167114.
HSL color Cylindrical-coordinate representation of color #CA953F: hue angle of 37.12º 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 #CA953F is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 63 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.21 |
| HSL | 37.12º | 0.57% | 0.52% | - |
| HSV(B) | 37.12º | 0.69% | 0.79% | - |
| XYZ | 36 | 34.41 | 9.45 | - |
| YUV | 155.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 63 | 0 | 0.26 | 0.69 | 0.21 | 37.12 | 0.57 | 0.52 |
| Hex | CA | 95 | 3F | 0 | 1A | 45 | 15 | 25 | 39 | 34 |
| Octal | 312 | 225 | 77 | 0 | 32 | 105 | 25 | 45 | 71 | 64 |
| Binary | 11001010 | 10010101 | 111111 | 0 | 11010 | 1000101 | 10101 | 100101 | 111001 | 110100 |
Color Harmonies of #CA953F
Complementary color
Monochromatic Colors of #CA953F
Black with #CA953F
Text Example
Text Example
White with #CA953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA953F; }
p { color: rgb(202,149,63); }
H1.HeaderClassName
{
color: #CA953F;
}
.AnyTagClassName
{
color: #CA953F;
}
</style>
background-color css
<style>
a { background-color: #CA953F; }
a { background-color: rgb(202,149,63); }
div.DivClassName
{
background-color: #CA953F;
}
.BgClassName
{
background-color: #CA953F;
}
</style>
border-color css
<style>
span { border-color: #CA953F; }
span { border-color: rgb(202,149,63); }
td.TdClassName
{
border-color: #CA953F;
}
.TagClassName
{
border-color: #CA953F;
}
</style>