Shades of Anzac #C48F3F
Tints of Anzac #C48F3F
RGB
CMYK
RGB Variations
Color information
#C48F3F (or 0xC48F3F) is known color: Anzac. HEX triplet: C4, 8F and 3F. RGB value is (196,143,63). Sum of RGB (Red+Green+Blue) = 196+143+63=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F3F is #3B70C0. Grayscale: #969696. Windows color (decimal): -3895489 or 4165572. OLE color: 4165572.
HSL color Cylindrical-coordinate representation of color #C48F3F: hue angle of 36.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C48F3F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 63 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.23 |
| HSL | 36.09º | 0.53% | 0.51% | - |
| HSV(B) | 36.09º | 0.68% | 0.77% | - |
| XYZ | 33.48 | 31.74 | 9.06 | - |
| YUV | 149.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 63 | 0 | 0.27 | 0.68 | 0.23 | 36.09 | 0.53 | 0.51 |
| Hex | C4 | 8F | 3F | 0 | 1B | 44 | 17 | 24 | 35 | 33 |
| Octal | 304 | 217 | 77 | 0 | 33 | 104 | 27 | 44 | 65 | 63 |
| Binary | 11000100 | 10001111 | 111111 | 0 | 11011 | 1000100 | 10111 | 100100 | 110101 | 110011 |
Color Harmonies of #C48F3F
Complementary color
Monochromatic Colors of #C48F3F
Black with #C48F3F
Text Example
Text Example
White with #C48F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F3F; }
p { color: rgb(196,143,63); }
H1.HeaderClassName
{
color: #C48F3F;
}
.AnyTagClassName
{
color: #C48F3F;
}
</style>
background-color css
<style>
a { background-color: #C48F3F; }
a { background-color: rgb(196,143,63); }
div.DivClassName
{
background-color: #C48F3F;
}
.BgClassName
{
background-color: #C48F3F;
}
</style>
border-color css
<style>
span { border-color: #C48F3F; }
span { border-color: rgb(196,143,63); }
td.TdClassName
{
border-color: #C48F3F;
}
.TagClassName
{
border-color: #C48F3F;
}
</style>