Shades of Anzac #CA8C3D
Tints of Anzac #CA8C3D
RGB
CMYK
RGB Variations
Color information
#CA8C3D (or 0xCA8C3D) is known color: Anzac. HEX triplet: CA, 8C and 3D. RGB value is (202,140,61). Sum of RGB (Red+Green+Blue) = 202+140+61=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C3D is #3573C2. Grayscale: #959595. Windows color (decimal): -3503043 or 4033738. OLE color: 4033738.
HSL color Cylindrical-coordinate representation of color #CA8C3D: hue angle of 33.62º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA8C3D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 61 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.21 |
| HSL | 33.62º | 0.57% | 0.52% | - |
| HSV(B) | 33.62º | 0.7% | 0.79% | - |
| XYZ | 34.58 | 31.65 | 8.7 | - |
| YUV | 149.53 | 78.04 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 61 | 0 | 0.31 | 0.70 | 0.21 | 33.62 | 0.57 | 0.52 |
| Hex | CA | 8C | 3D | 0 | 1F | 46 | 15 | 22 | 39 | 34 |
| Octal | 312 | 214 | 75 | 0 | 37 | 106 | 25 | 42 | 71 | 64 |
| Binary | 11001010 | 10001100 | 111101 | 0 | 11111 | 1000110 | 10101 | 100010 | 111001 | 110100 |
Color Harmonies of #CA8C3D
Complementary color
Monochromatic Colors of #CA8C3D
Black with #CA8C3D
Text Example
Text Example
White with #CA8C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C3D; }
p { color: rgb(202,140,61); }
H1.HeaderClassName
{
color: #CA8C3D;
}
.AnyTagClassName
{
color: #CA8C3D;
}
</style>
background-color css
<style>
a { background-color: #CA8C3D; }
a { background-color: rgb(202,140,61); }
div.DivClassName
{
background-color: #CA8C3D;
}
.BgClassName
{
background-color: #CA8C3D;
}
</style>
border-color css
<style>
span { border-color: #CA8C3D; }
span { border-color: rgb(202,140,61); }
td.TdClassName
{
border-color: #CA8C3D;
}
.TagClassName
{
border-color: #CA8C3D;
}
</style>