Shades of Anzac #C18B42
Tints of Anzac #C18B42
RGB
CMYK
RGB Variations
Color information
#C18B42 (or 0xC18B42) is known color: Anzac. HEX triplet: C1, 8B and 42. RGB value is (193,139,66). Sum of RGB (Red+Green+Blue) = 193+139+66=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B42 is #3E74BD. Grayscale: #939393. Windows color (decimal): -4093118 or 4361153. OLE color: 4361153.
HSL color Cylindrical-coordinate representation of color #C18B42: hue angle of 34.49º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C18B42 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 66 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.24 |
| HSL | 34.49º | 0.51% | 0.51% | - |
| HSV(B) | 34.49º | 0.66% | 0.76% | - |
| XYZ | 32.21 | 30.2 | 9.29 | - |
| YUV | 146.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 66 | 0 | 0.28 | 0.66 | 0.24 | 34.49 | 0.51 | 0.51 |
| Hex | C1 | 8B | 42 | 0 | 1C | 42 | 18 | 22 | 33 | 33 |
| Octal | 301 | 213 | 102 | 0 | 34 | 102 | 30 | 42 | 63 | 63 |
| Binary | 11000001 | 10001011 | 1000010 | 0 | 11100 | 1000010 | 11000 | 100010 | 110011 | 110011 |
Color Harmonies of #C18B42
Complementary color
Monochromatic Colors of #C18B42
Black with #C18B42
Text Example
Text Example
White with #C18B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B42; }
p { color: rgb(193,139,66); }
H1.HeaderClassName
{
color: #C18B42;
}
.AnyTagClassName
{
color: #C18B42;
}
</style>
background-color css
<style>
a { background-color: #C18B42; }
a { background-color: rgb(193,139,66); }
div.DivClassName
{
background-color: #C18B42;
}
.BgClassName
{
background-color: #C18B42;
}
</style>
border-color css
<style>
span { border-color: #C18B42; }
span { border-color: rgb(193,139,66); }
td.TdClassName
{
border-color: #C18B42;
}
.TagClassName
{
border-color: #C18B42;
}
</style>