Shades of Anzac #C89B3D
Tints of Anzac #C89B3D
RGB
CMYK
RGB Variations
Color information
#C89B3D (or 0xC89B3D) is known color: Anzac. HEX triplet: C8, 9B and 3D. RGB value is (200,155,61). Sum of RGB (Red+Green+Blue) = 200+155+61=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B3D is #3764C2. Grayscale: #9E9E9E. Windows color (decimal): -3630275 or 4037576. OLE color: 4037576.
HSL color Cylindrical-coordinate representation of color #C89B3D: hue angle of 40.58º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C89B3D is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 61 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.22 |
| HSL | 40.58º | 0.56% | 0.51% | - |
| HSV(B) | 40.58º | 0.7% | 0.78% | - |
| XYZ | 36.38 | 36.06 | 9.46 | - |
| YUV | 157.74 | 73.41 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 61 | 0 | 0.22 | 0.69 | 0.22 | 40.58 | 0.56 | 0.51 |
| Hex | C8 | 9B | 3D | 0 | 16 | 45 | 16 | 29 | 38 | 33 |
| Octal | 310 | 233 | 75 | 0 | 26 | 105 | 26 | 51 | 70 | 63 |
| Binary | 11001000 | 10011011 | 111101 | 0 | 10110 | 1000101 | 10110 | 101001 | 111000 | 110011 |
Color Harmonies of #C89B3D
Complementary color
Monochromatic Colors of #C89B3D
Black with #C89B3D
Text Example
Text Example
White with #C89B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B3D; }
p { color: rgb(200,155,61); }
H1.HeaderClassName
{
color: #C89B3D;
}
.AnyTagClassName
{
color: #C89B3D;
}
</style>
background-color css
<style>
a { background-color: #C89B3D; }
a { background-color: rgb(200,155,61); }
div.DivClassName
{
background-color: #C89B3D;
}
.BgClassName
{
background-color: #C89B3D;
}
</style>
border-color css
<style>
span { border-color: #C89B3D; }
span { border-color: rgb(200,155,61); }
td.TdClassName
{
border-color: #C89B3D;
}
.TagClassName
{
border-color: #C89B3D;
}
</style>