Shades of Anzac #C18840
Tints of Anzac #C18840
RGB
CMYK
RGB Variations
Color information
#C18840 (or 0xC18840) is known color: Anzac. HEX triplet: C1, 88 and 40. RGB value is (193,136,64). Sum of RGB (Red+Green+Blue) = 193+136+64=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C18840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18840 is #3E77BF. Grayscale: #919191. Windows color (decimal): -4093888 or 4229313. OLE color: 4229313.
HSL color Cylindrical-coordinate representation of color #C18840: hue angle of 33.49º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C18840 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 64 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.24 |
| HSL | 33.49º | 0.51% | 0.5% | - |
| HSV(B) | 33.49º | 0.67% | 0.76% | - |
| XYZ | 31.72 | 29.32 | 8.84 | - |
| YUV | 144.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 64 | 0 | 0.30 | 0.67 | 0.24 | 33.49 | 0.51 | 0.5 |
| Hex | C1 | 88 | 40 | 0 | 1E | 43 | 18 | 21 | 33 | 32 |
| Octal | 301 | 210 | 100 | 0 | 36 | 103 | 30 | 41 | 63 | 62 |
| Binary | 11000001 | 10001000 | 1000000 | 0 | 11110 | 1000011 | 11000 | 100001 | 110011 | 110010 |
Color Harmonies of #C18840
Complementary color
Monochromatic Colors of #C18840
Black with #C18840
Text Example
Text Example
White with #C18840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18840; }
p { color: rgb(193,136,64); }
H1.HeaderClassName
{
color: #C18840;
}
.AnyTagClassName
{
color: #C18840;
}
</style>
background-color css
<style>
a { background-color: #C18840; }
a { background-color: rgb(193,136,64); }
div.DivClassName
{
background-color: #C18840;
}
.BgClassName
{
background-color: #C18840;
}
</style>
border-color css
<style>
span { border-color: #C18840; }
span { border-color: rgb(193,136,64); }
td.TdClassName
{
border-color: #C18840;
}
.TagClassName
{
border-color: #C18840;
}
</style>