Shades of Anzac #C3923E
Tints of Anzac #C3923E
RGB
CMYK
RGB Variations
Color information
#C3923E (or 0xC3923E) is known color: Anzac. HEX triplet: C3, 92 and 3E. RGB value is (195,146,62). Sum of RGB (Red+Green+Blue) = 195+146+62=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3923E is #3C6DC1. Grayscale: #979797. Windows color (decimal): -3960258 or 4100803. OLE color: 4100803.
HSL color Cylindrical-coordinate representation of color #C3923E: hue angle of 37.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3923E is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 62 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.24 |
| HSL | 37.89º | 0.53% | 0.5% | - |
| HSV(B) | 37.89º | 0.68% | 0.76% | - |
| XYZ | 33.65 | 32.51 | 9.06 | - |
| YUV | 151.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 62 | 0 | 0.25 | 0.68 | 0.24 | 37.89 | 0.53 | 0.5 |
| Hex | C3 | 92 | 3E | 0 | 19 | 44 | 18 | 26 | 35 | 32 |
| Octal | 303 | 222 | 76 | 0 | 31 | 104 | 30 | 46 | 65 | 62 |
| Binary | 11000011 | 10010010 | 111110 | 0 | 11001 | 1000100 | 11000 | 100110 | 110101 | 110010 |
Color Harmonies of #C3923E
Complementary color
Monochromatic Colors of #C3923E
Black with #C3923E
Text Example
Text Example
White with #C3923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3923E; }
p { color: rgb(195,146,62); }
H1.HeaderClassName
{
color: #C3923E;
}
.AnyTagClassName
{
color: #C3923E;
}
</style>
background-color css
<style>
a { background-color: #C3923E; }
a { background-color: rgb(195,146,62); }
div.DivClassName
{
background-color: #C3923E;
}
.BgClassName
{
background-color: #C3923E;
}
</style>
border-color css
<style>
span { border-color: #C3923E; }
span { border-color: rgb(195,146,62); }
td.TdClassName
{
border-color: #C3923E;
}
.TagClassName
{
border-color: #C3923E;
}
</style>