Shades of Anzac #C8933F
Tints of Anzac #C8933F
RGB
CMYK
RGB Variations
Color information
#C8933F (or 0xC8933F) is known color: Anzac. HEX triplet: C8, 93 and 3F. RGB value is (200,147,63). Sum of RGB (Red+Green+Blue) = 200+147+63=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8933F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8933F is #376CC0. Grayscale: #999999. Windows color (decimal): -3632321 or 4166600. OLE color: 4166600.
HSL color Cylindrical-coordinate representation of color #C8933F: hue angle of 36.79º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8933F is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 147 | 63 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.22 |
| HSL | 36.79º | 0.55% | 0.52% | - |
| HSV(B) | 36.79º | 0.69% | 0.78% | - |
| XYZ | 35.15 | 33.51 | 9.32 | - |
| YUV | 153.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 63 | 0 | 0.26 | 0.68 | 0.22 | 36.79 | 0.55 | 0.52 |
| Hex | C8 | 93 | 3F | 0 | 1A | 44 | 16 | 25 | 37 | 34 |
| Octal | 310 | 223 | 77 | 0 | 32 | 104 | 26 | 45 | 67 | 64 |
| Binary | 11001000 | 10010011 | 111111 | 0 | 11010 | 1000100 | 10110 | 100101 | 110111 | 110100 |
Color Harmonies of #C8933F
Complementary color
Monochromatic Colors of #C8933F
Black with #C8933F
Text Example
Text Example
White with #C8933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8933F; }
p { color: rgb(200,147,63); }
H1.HeaderClassName
{
color: #C8933F;
}
.AnyTagClassName
{
color: #C8933F;
}
</style>
background-color css
<style>
a { background-color: #C8933F; }
a { background-color: rgb(200,147,63); }
div.DivClassName
{
background-color: #C8933F;
}
.BgClassName
{
background-color: #C8933F;
}
</style>
border-color css
<style>
span { border-color: #C8933F; }
span { border-color: rgb(200,147,63); }
td.TdClassName
{
border-color: #C8933F;
}
.TagClassName
{
border-color: #C8933F;
}
</style>