Shades of Anzac #C48F3C
Tints of Anzac #C48F3C
RGB
CMYK
RGB Variations
Color information
#C48F3C (or 0xC48F3C) is known color: Anzac. HEX triplet: C4, 8F and 3C. RGB value is (196,143,60). Sum of RGB (Red+Green+Blue) = 196+143+60=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F3C is #3B70C3. Grayscale: #959595. Windows color (decimal): -3895492 or 3968964. OLE color: 3968964.
HSL color Cylindrical-coordinate representation of color #C48F3C: hue angle of 36.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C48F3C is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 60 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.23 |
| HSL | 36.62º | 0.54% | 0.5% | - |
| HSV(B) | 36.62º | 0.69% | 0.77% | - |
| XYZ | 33.4 | 31.71 | 8.63 | - |
| YUV | 149.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 60 | 0 | 0.27 | 0.69 | 0.23 | 36.62 | 0.54 | 0.5 |
| Hex | C4 | 8F | 3C | 0 | 1B | 45 | 17 | 25 | 36 | 32 |
| Octal | 304 | 217 | 74 | 0 | 33 | 105 | 27 | 45 | 66 | 62 |
| Binary | 11000100 | 10001111 | 111100 | 0 | 11011 | 1000101 | 10111 | 100101 | 110110 | 110010 |
Color Harmonies of #C48F3C
Complementary color
Monochromatic Colors of #C48F3C
Black with #C48F3C
Text Example
Text Example
White with #C48F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F3C; }
p { color: rgb(196,143,60); }
H1.HeaderClassName
{
color: #C48F3C;
}
.AnyTagClassName
{
color: #C48F3C;
}
</style>
background-color css
<style>
a { background-color: #C48F3C; }
a { background-color: rgb(196,143,60); }
div.DivClassName
{
background-color: #C48F3C;
}
.BgClassName
{
background-color: #C48F3C;
}
</style>
border-color css
<style>
span { border-color: #C48F3C; }
span { border-color: rgb(196,143,60); }
td.TdClassName
{
border-color: #C48F3C;
}
.TagClassName
{
border-color: #C48F3C;
}
</style>