Shades of Anzac #C7883C
Tints of Anzac #C7883C
RGB
CMYK
RGB Variations
Color information
#C7883C (or 0xC7883C) is known color: Anzac. HEX triplet: C7, 88 and 3C. RGB value is (199,136,60). Sum of RGB (Red+Green+Blue) = 199+136+60=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7883C is #3877C3. Grayscale: #929292. Windows color (decimal): -3700676 or 3967175. OLE color: 3967175.
HSL color Cylindrical-coordinate representation of color #C7883C: hue angle of 32.81º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7883C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 60 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.22 |
| HSL | 32.81º | 0.55% | 0.51% | - |
| HSV(B) | 32.81º | 0.7% | 0.78% | - |
| XYZ | 33.17 | 30.08 | 8.33 | - |
| YUV | 146.17 | 79.37 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 60 | 0 | 0.32 | 0.70 | 0.22 | 32.81 | 0.55 | 0.51 |
| Hex | C7 | 88 | 3C | 0 | 20 | 46 | 16 | 21 | 37 | 33 |
| Octal | 307 | 210 | 74 | 0 | 40 | 106 | 26 | 41 | 67 | 63 |
| Binary | 11000111 | 10001000 | 111100 | 0 | 100000 | 1000110 | 10110 | 100001 | 110111 | 110011 |
Color Harmonies of #C7883C
Complementary color
Monochromatic Colors of #C7883C
Black with #C7883C
Text Example
Text Example
White with #C7883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7883C; }
p { color: rgb(199,136,60); }
H1.HeaderClassName
{
color: #C7883C;
}
.AnyTagClassName
{
color: #C7883C;
}
</style>
background-color css
<style>
a { background-color: #C7883C; }
a { background-color: rgb(199,136,60); }
div.DivClassName
{
background-color: #C7883C;
}
.BgClassName
{
background-color: #C7883C;
}
</style>
border-color css
<style>
span { border-color: #C7883C; }
span { border-color: rgb(199,136,60); }
td.TdClassName
{
border-color: #C7883C;
}
.TagClassName
{
border-color: #C7883C;
}
</style>