Shades of Anzac #C18C41
Tints of Anzac #C18C41
RGB
CMYK
RGB Variations
Color information
#C18C41 (or 0xC18C41) is known color: Anzac. HEX triplet: C1, 8C and 41. RGB value is (193,140,65). Sum of RGB (Red+Green+Blue) = 193+140+65=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C41 is #3E73BE. Grayscale: #939393. Windows color (decimal): -4092863 or 4295873. OLE color: 4295873.
HSL color Cylindrical-coordinate representation of color #C18C41: hue angle of 35.16º 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 #C18C41 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 65 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.24 |
| HSL | 35.16º | 0.51% | 0.51% | - |
| HSV(B) | 35.16º | 0.66% | 0.76% | - |
| XYZ | 32.32 | 30.48 | 9.18 | - |
| YUV | 147.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 65 | 0 | 0.27 | 0.66 | 0.24 | 35.16 | 0.51 | 0.51 |
| Hex | C1 | 8C | 41 | 0 | 1B | 42 | 18 | 23 | 33 | 33 |
| Octal | 301 | 214 | 101 | 0 | 33 | 102 | 30 | 43 | 63 | 63 |
| Binary | 11000001 | 10001100 | 1000001 | 0 | 11011 | 1000010 | 11000 | 100011 | 110011 | 110011 |
Color Harmonies of #C18C41
Complementary color
Monochromatic Colors of #C18C41
Black with #C18C41
Text Example
Text Example
White with #C18C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C41; }
p { color: rgb(193,140,65); }
H1.HeaderClassName
{
color: #C18C41;
}
.AnyTagClassName
{
color: #C18C41;
}
</style>
background-color css
<style>
a { background-color: #C18C41; }
a { background-color: rgb(193,140,65); }
div.DivClassName
{
background-color: #C18C41;
}
.BgClassName
{
background-color: #C18C41;
}
</style>
border-color css
<style>
span { border-color: #C18C41; }
span { border-color: rgb(193,140,65); }
td.TdClassName
{
border-color: #C18C41;
}
.TagClassName
{
border-color: #C18C41;
}
</style>