Shades of Anzac #C7923E
Tints of Anzac #C7923E
RGB
CMYK
RGB Variations
Color information
#C7923E (or 0xC7923E) is known color: Anzac. HEX triplet: C7, 92 and 3E. RGB value is (199,146,62). Sum of RGB (Red+Green+Blue) = 199+146+62=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7923E is #386DC1. Grayscale: #989898. Windows color (decimal): -3698114 or 4100807. OLE color: 4100807.
HSL color Cylindrical-coordinate representation of color #C7923E: hue angle of 36.79º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7923E is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 62 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.22 |
| HSL | 36.79º | 0.55% | 0.51% | - |
| HSV(B) | 36.79º | 0.69% | 0.78% | - |
| XYZ | 34.7 | 33.05 | 9.11 | - |
| YUV | 152.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 62 | 0 | 0.27 | 0.69 | 0.22 | 36.79 | 0.55 | 0.51 |
| Hex | C7 | 92 | 3E | 0 | 1B | 45 | 16 | 25 | 37 | 33 |
| Octal | 307 | 222 | 76 | 0 | 33 | 105 | 26 | 45 | 67 | 63 |
| Binary | 11000111 | 10010010 | 111110 | 0 | 11011 | 1000101 | 10110 | 100101 | 110111 | 110011 |
Color Harmonies of #C7923E
Complementary color
Monochromatic Colors of #C7923E
Black with #C7923E
Text Example
Text Example
White with #C7923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7923E; }
p { color: rgb(199,146,62); }
H1.HeaderClassName
{
color: #C7923E;
}
.AnyTagClassName
{
color: #C7923E;
}
</style>
background-color css
<style>
a { background-color: #C7923E; }
a { background-color: rgb(199,146,62); }
div.DivClassName
{
background-color: #C7923E;
}
.BgClassName
{
background-color: #C7923E;
}
</style>
border-color css
<style>
span { border-color: #C7923E; }
span { border-color: rgb(199,146,62); }
td.TdClassName
{
border-color: #C7923E;
}
.TagClassName
{
border-color: #C7923E;
}
</style>