Shades of Anzac #CA8F42
Tints of Anzac #CA8F42
RGB
CMYK
RGB Variations
Color information
#CA8F42 (or 0xCA8F42) is known color: Anzac. HEX triplet: CA, 8F and 42. RGB value is (202,143,66). Sum of RGB (Red+Green+Blue) = 202+143+66=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F42 is #3570BD. Grayscale: #989898. Windows color (decimal): -3502270 or 4362186. OLE color: 4362186.
HSL color Cylindrical-coordinate representation of color #CA8F42: hue angle of 33.97º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA8F42 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 66 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.21 |
| HSL | 33.97º | 0.56% | 0.53% | - |
| HSV(B) | 33.97º | 0.67% | 0.79% | - |
| XYZ | 35.16 | 32.59 | 9.59 | - |
| YUV | 151.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 66 | 0 | 0.29 | 0.67 | 0.21 | 33.97 | 0.56 | 0.53 |
| Hex | CA | 8F | 42 | 0 | 1D | 43 | 15 | 22 | 38 | 35 |
| Octal | 312 | 217 | 102 | 0 | 35 | 103 | 25 | 42 | 70 | 65 |
| Binary | 11001010 | 10001111 | 1000010 | 0 | 11101 | 1000011 | 10101 | 100010 | 111000 | 110101 |
Color Harmonies of #CA8F42
Complementary color
Monochromatic Colors of #CA8F42
Black with #CA8F42
Text Example
Text Example
White with #CA8F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F42; }
p { color: rgb(202,143,66); }
H1.HeaderClassName
{
color: #CA8F42;
}
.AnyTagClassName
{
color: #CA8F42;
}
</style>
background-color css
<style>
a { background-color: #CA8F42; }
a { background-color: rgb(202,143,66); }
div.DivClassName
{
background-color: #CA8F42;
}
.BgClassName
{
background-color: #CA8F42;
}
</style>
border-color css
<style>
span { border-color: #CA8F42; }
span { border-color: rgb(202,143,66); }
td.TdClassName
{
border-color: #CA8F42;
}
.TagClassName
{
border-color: #CA8F42;
}
</style>