Shades of Anzac #C88C39
Tints of Anzac #C88C39
RGB
CMYK
RGB Variations
Color information
#C88C39 (or 0xC88C39) is known color: Anzac. HEX triplet: C8, 8C and 39. RGB value is (200,140,57). Sum of RGB (Red+Green+Blue) = 200+140+57=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C39 is #3773C6. Grayscale: #949494. Windows color (decimal): -3634119 or 3771592. OLE color: 3771592.
HSL color Cylindrical-coordinate representation of color #C88C39: hue angle of 34.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C88C39 is Cyan = 0, Magento = 0.3, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 57 | - |
| CMYK | 0 | 0.3 | 0.72 | 0.22 |
| HSL | 34.83º | 0.57% | 0.5% | - |
| HSV(B) | 34.83º | 0.72% | 0.78% | - |
| XYZ | 33.94 | 31.33 | 8.13 | - |
| YUV | 148.48 | 76.38 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 57 | 0 | 0.3 | 0.72 | 0.22 | 34.83 | 0.57 | 0.5 |
| Hex | C8 | 8C | 39 | 0 | 1E | 48 | 16 | 23 | 39 | 32 |
| Octal | 310 | 214 | 71 | 0 | 36 | 110 | 26 | 43 | 71 | 62 |
| Binary | 11001000 | 10001100 | 111001 | 0 | 11110 | 1001000 | 10110 | 100011 | 111001 | 110010 |
Color Harmonies of #C88C39
Complementary color
Monochromatic Colors of #C88C39
Black with #C88C39
Text Example
Text Example
White with #C88C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C39; }
p { color: rgb(200,140,57); }
H1.HeaderClassName
{
color: #C88C39;
}
.AnyTagClassName
{
color: #C88C39;
}
</style>
background-color css
<style>
a { background-color: #C88C39; }
a { background-color: rgb(200,140,57); }
div.DivClassName
{
background-color: #C88C39;
}
.BgClassName
{
background-color: #C88C39;
}
</style>
border-color css
<style>
span { border-color: #C88C39; }
span { border-color: rgb(200,140,57); }
td.TdClassName
{
border-color: #C88C39;
}
.TagClassName
{
border-color: #C88C39;
}
</style>