Shades of Anzac #C8993F
Tints of Anzac #C8993F
RGB
CMYK
RGB Variations
Color information
#C8993F (or 0xC8993F) is known color: Anzac. HEX triplet: C8, 99 and 3F. RGB value is (200,153,63). Sum of RGB (Red+Green+Blue) = 200+153+63=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8993F is #3766C0. Grayscale: #9D9D9D. Windows color (decimal): -3630785 or 4168136. OLE color: 4168136.
HSL color Cylindrical-coordinate representation of color #C8993F: hue angle of 39.42º 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 #C8993F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 153 | 63 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.22 |
| HSL | 39.42º | 0.55% | 0.52% | - |
| HSV(B) | 39.42º | 0.69% | 0.78% | - |
| XYZ | 36.11 | 35.42 | 9.64 | - |
| YUV | 156.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 153 | 63 | 0 | 0.24 | 0.68 | 0.22 | 39.42 | 0.55 | 0.52 |
| Hex | C8 | 99 | 3F | 0 | 18 | 44 | 16 | 27 | 37 | 34 |
| Octal | 310 | 231 | 77 | 0 | 30 | 104 | 26 | 47 | 67 | 64 |
| Binary | 11001000 | 10011001 | 111111 | 0 | 11000 | 1000100 | 10110 | 100111 | 110111 | 110100 |
Color Harmonies of #C8993F
Complementary color
Monochromatic Colors of #C8993F
Black with #C8993F
Text Example
Text Example
White with #C8993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8993F; }
p { color: rgb(200,153,63); }
H1.HeaderClassName
{
color: #C8993F;
}
.AnyTagClassName
{
color: #C8993F;
}
</style>
background-color css
<style>
a { background-color: #C8993F; }
a { background-color: rgb(200,153,63); }
div.DivClassName
{
background-color: #C8993F;
}
.BgClassName
{
background-color: #C8993F;
}
</style>
border-color css
<style>
span { border-color: #C8993F; }
span { border-color: rgb(200,153,63); }
td.TdClassName
{
border-color: #C8993F;
}
.TagClassName
{
border-color: #C8993F;
}
</style>