Shades of Anzac #C08742
Tints of Anzac #C08742
RGB
CMYK
RGB Variations
Color information
#C08742 (or 0xC08742) is known color: Anzac. HEX triplet: C0, 87 and 42. RGB value is (192,135,66). Sum of RGB (Red+Green+Blue) = 192+135+66=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C08742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08742 is #3F78BD. Grayscale: #909090. Windows color (decimal): -4159678 or 4360128. OLE color: 4360128.
HSL color Cylindrical-coordinate representation of color #C08742: hue angle of 32.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C08742 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 66 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.25 |
| HSL | 32.86º | 0.5% | 0.51% | - |
| HSV(B) | 32.86º | 0.66% | 0.75% | - |
| XYZ | 31.39 | 28.93 | 9.08 | - |
| YUV | 144.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 66 | 0 | 0.30 | 0.66 | 0.25 | 32.86 | 0.5 | 0.51 |
| Hex | C0 | 87 | 42 | 0 | 1E | 42 | 19 | 21 | 32 | 33 |
| Octal | 300 | 207 | 102 | 0 | 36 | 102 | 31 | 41 | 62 | 63 |
| Binary | 11000000 | 10000111 | 1000010 | 0 | 11110 | 1000010 | 11001 | 100001 | 110010 | 110011 |
Color Harmonies of #C08742
Complementary color
Monochromatic Colors of #C08742
Black with #C08742
Text Example
Text Example
White with #C08742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08742; }
p { color: rgb(192,135,66); }
H1.HeaderClassName
{
color: #C08742;
}
.AnyTagClassName
{
color: #C08742;
}
</style>
background-color css
<style>
a { background-color: #C08742; }
a { background-color: rgb(192,135,66); }
div.DivClassName
{
background-color: #C08742;
}
.BgClassName
{
background-color: #C08742;
}
</style>
border-color css
<style>
span { border-color: #C08742; }
span { border-color: rgb(192,135,66); }
td.TdClassName
{
border-color: #C08742;
}
.TagClassName
{
border-color: #C08742;
}
</style>