Shades of Anzac #C88A3C
Tints of Anzac #C88A3C
RGB
CMYK
RGB Variations
Color information
#C88A3C (or 0xC88A3C) is known color: Anzac. HEX triplet: C8, 8A and 3C. RGB value is (200,138,60). Sum of RGB (Red+Green+Blue) = 200+138+60=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A3C is #3775C3. Grayscale: #949494. Windows color (decimal): -3634628 or 3967688. OLE color: 3967688.
HSL color Cylindrical-coordinate representation of color #C88A3C: hue angle of 33.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C88A3C is Cyan = 0, Magento = 0.31, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 60 | - |
| CMYK | 0 | 0.31 | 0.7 | 0.22 |
| HSL | 33.43º | 0.56% | 0.51% | - |
| HSV(B) | 33.43º | 0.7% | 0.78% | - |
| XYZ | 33.72 | 30.78 | 8.44 | - |
| YUV | 147.65 | 78.54 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 60 | 0 | 0.31 | 0.7 | 0.22 | 33.43 | 0.56 | 0.51 |
| Hex | C8 | 8A | 3C | 0 | 1F | 46 | 16 | 21 | 38 | 33 |
| Octal | 310 | 212 | 74 | 0 | 37 | 106 | 26 | 41 | 70 | 63 |
| Binary | 11001000 | 10001010 | 111100 | 0 | 11111 | 1000110 | 10110 | 100001 | 111000 | 110011 |
Color Harmonies of #C88A3C
Complementary color
Monochromatic Colors of #C88A3C
Black with #C88A3C
Text Example
Text Example
White with #C88A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A3C; }
p { color: rgb(200,138,60); }
H1.HeaderClassName
{
color: #C88A3C;
}
.AnyTagClassName
{
color: #C88A3C;
}
</style>
background-color css
<style>
a { background-color: #C88A3C; }
a { background-color: rgb(200,138,60); }
div.DivClassName
{
background-color: #C88A3C;
}
.BgClassName
{
background-color: #C88A3C;
}
</style>
border-color css
<style>
span { border-color: #C88A3C; }
span { border-color: rgb(200,138,60); }
td.TdClassName
{
border-color: #C88A3C;
}
.TagClassName
{
border-color: #C88A3C;
}
</style>