Shades of Anzac #C8993D
Tints of Anzac #C8993D
RGB
CMYK
RGB Variations
Color information
#C8993D (or 0xC8993D) is known color: Anzac. HEX triplet: C8, 99 and 3D. RGB value is (200,153,61). Sum of RGB (Red+Green+Blue) = 200+153+61=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8993D is #3766C2. Grayscale: #9C9C9C. Windows color (decimal): -3630787 or 4037064. OLE color: 4037064.
HSL color Cylindrical-coordinate representation of color #C8993D: hue angle of 39.71º degrees, saturation: 0.56, 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 #C8993D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 61 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.22 |
| HSL | 39.71º | 0.56% | 0.51% | - |
| HSV(B) | 39.71º | 0.7% | 0.78% | - |
| XYZ | 36.05 | 35.4 | 9.35 | - |
| YUV | 156.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 61 | 0 | 0.24 | 0.69 | 0.22 | 39.71 | 0.56 | 0.51 |
| Hex | C8 | 99 | 3D | 0 | 18 | 45 | 16 | 28 | 38 | 33 |
| Octal | 310 | 231 | 75 | 0 | 30 | 105 | 26 | 50 | 70 | 63 |
| Binary | 11001000 | 10011001 | 111101 | 0 | 11000 | 1000101 | 10110 | 101000 | 111000 | 110011 |
Color Harmonies of #C8993D
Complementary color
Monochromatic Colors of #C8993D
Black with #C8993D
Text Example
Text Example
White with #C8993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8993D; }
p { color: rgb(200,153,61); }
H1.HeaderClassName
{
color: #C8993D;
}
.AnyTagClassName
{
color: #C8993D;
}
</style>
background-color css
<style>
a { background-color: #C8993D; }
a { background-color: rgb(200,153,61); }
div.DivClassName
{
background-color: #C8993D;
}
.BgClassName
{
background-color: #C8993D;
}
</style>
border-color css
<style>
span { border-color: #C8993D; }
span { border-color: rgb(200,153,61); }
td.TdClassName
{
border-color: #C8993D;
}
.TagClassName
{
border-color: #C8993D;
}
</style>