Shades of Anzac #CA8C38
Tints of Anzac #CA8C38
RGB
CMYK
RGB Variations
Color information
#CA8C38 (or 0xCA8C38) is known color: Anzac. HEX triplet: CA, 8C and 38. RGB value is (202,140,56). Sum of RGB (Red+Green+Blue) = 202+140+56=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C38 is #3573C7. Grayscale: #959595. Windows color (decimal): -3503048 or 3706058. OLE color: 3706058.
HSL color Cylindrical-coordinate representation of color #CA8C38: hue angle of 34.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA8C38 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 56 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.21 |
| HSL | 34.52º | 0.58% | 0.51% | - |
| HSV(B) | 34.52º | 0.72% | 0.79% | - |
| XYZ | 34.45 | 31.6 | 8.02 | - |
| YUV | 148.96 | 75.54 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 56 | 0 | 0.31 | 0.72 | 0.21 | 34.52 | 0.58 | 0.51 |
| Hex | CA | 8C | 38 | 0 | 1F | 48 | 15 | 23 | 3A | 33 |
| Octal | 312 | 214 | 70 | 0 | 37 | 110 | 25 | 43 | 72 | 63 |
| Binary | 11001010 | 10001100 | 111000 | 0 | 11111 | 1001000 | 10101 | 100011 | 111010 | 110011 |
Color Harmonies of #CA8C38
Complementary color
Monochromatic Colors of #CA8C38
Black with #CA8C38
Text Example
Text Example
White with #CA8C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C38; }
p { color: rgb(202,140,56); }
H1.HeaderClassName
{
color: #CA8C38;
}
.AnyTagClassName
{
color: #CA8C38;
}
</style>
background-color css
<style>
a { background-color: #CA8C38; }
a { background-color: rgb(202,140,56); }
div.DivClassName
{
background-color: #CA8C38;
}
.BgClassName
{
background-color: #CA8C38;
}
</style>
border-color css
<style>
span { border-color: #CA8C38; }
span { border-color: rgb(202,140,56); }
td.TdClassName
{
border-color: #CA8C38;
}
.TagClassName
{
border-color: #CA8C38;
}
</style>