Shades of Anzac #C2853D
Tints of Anzac #C2853D
RGB
CMYK
RGB Variations
Color information
#C2853D (or 0xC2853D) is known color: Anzac. HEX triplet: C2, 85 and 3D. RGB value is (194,133,61). Sum of RGB (Red+Green+Blue) = 194+133+61=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2853D is #3D7AC2. Grayscale: #8F8F8F. Windows color (decimal): -4029123 or 4031938. OLE color: 4031938.
HSL color Cylindrical-coordinate representation of color #C2853D: hue angle of 32.48º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2853D is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 61 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.24 |
| HSL | 32.48º | 0.52% | 0.5% | - |
| HSV(B) | 32.48º | 0.69% | 0.76% | - |
| XYZ | 31.48 | 28.58 | 8.27 | - |
| YUV | 143.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 61 | 0 | 0.31 | 0.69 | 0.24 | 32.48 | 0.52 | 0.5 |
| Hex | C2 | 85 | 3D | 0 | 1F | 45 | 18 | 20 | 34 | 32 |
| Octal | 302 | 205 | 75 | 0 | 37 | 105 | 30 | 40 | 64 | 62 |
| Binary | 11000010 | 10000101 | 111101 | 0 | 11111 | 1000101 | 11000 | 100000 | 110100 | 110010 |
Color Harmonies of #C2853D
Complementary color
Monochromatic Colors of #C2853D
Black with #C2853D
Text Example
Text Example
White with #C2853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2853D; }
p { color: rgb(194,133,61); }
H1.HeaderClassName
{
color: #C2853D;
}
.AnyTagClassName
{
color: #C2853D;
}
</style>
background-color css
<style>
a { background-color: #C2853D; }
a { background-color: rgb(194,133,61); }
div.DivClassName
{
background-color: #C2853D;
}
.BgClassName
{
background-color: #C2853D;
}
</style>
border-color css
<style>
span { border-color: #C2853D; }
span { border-color: rgb(194,133,61); }
td.TdClassName
{
border-color: #C2853D;
}
.TagClassName
{
border-color: #C2853D;
}
</style>