Shades of Anzac #C8973C
Tints of Anzac #C8973C
RGB
CMYK
RGB Variations
Color information
#C8973C (or 0xC8973C) is known color: Anzac. HEX triplet: C8, 97 and 3C. RGB value is (200,151,60). Sum of RGB (Red+Green+Blue) = 200+151+60=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8973C is #3768C3. Grayscale: #9B9B9B. Windows color (decimal): -3631300 or 3971016. OLE color: 3971016.
HSL color Cylindrical-coordinate representation of color #C8973C: hue angle of 39º 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 #C8973C is Cyan = 0, Magento = 0.24, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 60 | - |
| CMYK | 0 | 0.24 | 0.7 | 0.22 |
| HSL | 39º | 0.56% | 0.51% | - |
| HSV(B) | 39º | 0.7% | 0.78% | - |
| XYZ | 35.7 | 34.74 | 9.1 | - |
| YUV | 155.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 60 | 0 | 0.24 | 0.7 | 0.22 | 39 | 0.56 | 0.51 |
| Hex | C8 | 97 | 3C | 0 | 18 | 46 | 16 | 27 | 38 | 33 |
| Octal | 310 | 227 | 74 | 0 | 30 | 106 | 26 | 47 | 70 | 63 |
| Binary | 11001000 | 10010111 | 111100 | 0 | 11000 | 1000110 | 10110 | 100111 | 111000 | 110011 |
Color Harmonies of #C8973C
Complementary color
Monochromatic Colors of #C8973C
Black with #C8973C
Text Example
Text Example
White with #C8973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8973C; }
p { color: rgb(200,151,60); }
H1.HeaderClassName
{
color: #C8973C;
}
.AnyTagClassName
{
color: #C8973C;
}
</style>
background-color css
<style>
a { background-color: #C8973C; }
a { background-color: rgb(200,151,60); }
div.DivClassName
{
background-color: #C8973C;
}
.BgClassName
{
background-color: #C8973C;
}
</style>
border-color css
<style>
span { border-color: #C8973C; }
span { border-color: rgb(200,151,60); }
td.TdClassName
{
border-color: #C8973C;
}
.TagClassName
{
border-color: #C8973C;
}
</style>