Shades of Anzac #C88B3C
Tints of Anzac #C88B3C
RGB
CMYK
RGB Variations
Color information
#C88B3C (or 0xC88B3C) is known color: Anzac. HEX triplet: C8, 8B and 3C. RGB value is (200,139,60). Sum of RGB (Red+Green+Blue) = 200+139+60=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88B3C is #3774C3. Grayscale: #949494. Windows color (decimal): -3634372 or 3967944. OLE color: 3967944.
HSL color Cylindrical-coordinate representation of color #C88B3C: hue angle of 33.86º 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 #C88B3C is Cyan = 0, Magento = 0.30, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 60 | - |
| CMYK | 0 | 0.30 | 0.7 | 0.22 |
| HSL | 33.86º | 0.56% | 0.51% | - |
| HSV(B) | 33.86º | 0.7% | 0.78% | - |
| XYZ | 33.87 | 31.07 | 8.49 | - |
| YUV | 148.23 | 78.21 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 60 | 0 | 0.30 | 0.7 | 0.22 | 33.86 | 0.56 | 0.51 |
| Hex | C8 | 8B | 3C | 0 | 1E | 46 | 16 | 22 | 38 | 33 |
| Octal | 310 | 213 | 74 | 0 | 36 | 106 | 26 | 42 | 70 | 63 |
| Binary | 11001000 | 10001011 | 111100 | 0 | 11110 | 1000110 | 10110 | 100010 | 111000 | 110011 |
Color Harmonies of #C88B3C
Complementary color
Monochromatic Colors of #C88B3C
Black with #C88B3C
Text Example
Text Example
White with #C88B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88B3C; }
p { color: rgb(200,139,60); }
H1.HeaderClassName
{
color: #C88B3C;
}
.AnyTagClassName
{
color: #C88B3C;
}
</style>
background-color css
<style>
a { background-color: #C88B3C; }
a { background-color: rgb(200,139,60); }
div.DivClassName
{
background-color: #C88B3C;
}
.BgClassName
{
background-color: #C88B3C;
}
</style>
border-color css
<style>
span { border-color: #C88B3C; }
span { border-color: rgb(200,139,60); }
td.TdClassName
{
border-color: #C88B3C;
}
.TagClassName
{
border-color: #C88B3C;
}
</style>