Shades of Anzac #C88D3C
Tints of Anzac #C88D3C
RGB
CMYK
RGB Variations
Color information
#C88D3C (or 0xC88D3C) is known color: Anzac. HEX triplet: C8, 8D and 3C. RGB value is (200,141,60). Sum of RGB (Red+Green+Blue) = 200+141+60=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D3C is #3772C3. Grayscale: #959595. Windows color (decimal): -3633860 or 3968456. OLE color: 3968456.
HSL color Cylindrical-coordinate representation of color #C88D3C: hue angle of 34.71º degrees, saturation: 0.56, 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 #C88D3C is Cyan = 0, Magento = 0.29, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 60 | - |
| CMYK | 0 | 0.29 | 0.7 | 0.22 |
| HSL | 34.71º | 0.56% | 0.51% | - |
| HSV(B) | 34.71º | 0.7% | 0.78% | - |
| XYZ | 34.16 | 31.66 | 8.58 | - |
| YUV | 149.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 60 | 0 | 0.29 | 0.7 | 0.22 | 34.71 | 0.56 | 0.51 |
| Hex | C8 | 8D | 3C | 0 | 1D | 46 | 16 | 23 | 38 | 33 |
| Octal | 310 | 215 | 74 | 0 | 35 | 106 | 26 | 43 | 70 | 63 |
| Binary | 11001000 | 10001101 | 111100 | 0 | 11101 | 1000110 | 10110 | 100011 | 111000 | 110011 |
Color Harmonies of #C88D3C
Complementary color
Monochromatic Colors of #C88D3C
Black with #C88D3C
Text Example
Text Example
White with #C88D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D3C; }
p { color: rgb(200,141,60); }
H1.HeaderClassName
{
color: #C88D3C;
}
.AnyTagClassName
{
color: #C88D3C;
}
</style>
background-color css
<style>
a { background-color: #C88D3C; }
a { background-color: rgb(200,141,60); }
div.DivClassName
{
background-color: #C88D3C;
}
.BgClassName
{
background-color: #C88D3C;
}
</style>
border-color css
<style>
span { border-color: #C88D3C; }
span { border-color: rgb(200,141,60); }
td.TdClassName
{
border-color: #C88D3C;
}
.TagClassName
{
border-color: #C88D3C;
}
</style>