Shades of Anzac #CB9149
Tints of Anzac #CB9149
RGB
CMYK
RGB Variations
Color information
#CB9149 (or 0xCB9149) is known color: Anzac. HEX triplet: CB, 91 and 49. RGB value is (203,145,73). Sum of RGB (Red+Green+Blue) = 203+145+73=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9149 is #346EB6. Grayscale: #9A9A9A. Windows color (decimal): -3436215 or 4821451. OLE color: 4821451.
HSL color Cylindrical-coordinate representation of color #CB9149: hue angle of 33.23º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB9149 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 73 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.20 |
| HSL | 33.23º | 0.56% | 0.54% | - |
| HSV(B) | 33.23º | 0.64% | 0.8% | - |
| XYZ | 35.96 | 33.43 | 10.86 | - |
| YUV | 154.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 73 | 0 | 0.29 | 0.64 | 0.20 | 33.23 | 0.56 | 0.54 |
| Hex | CB | 91 | 49 | 0 | 1D | 40 | 14 | 21 | 38 | 36 |
| Octal | 313 | 221 | 111 | 0 | 35 | 100 | 24 | 41 | 70 | 66 |
| Binary | 11001011 | 10010001 | 1001001 | 0 | 11101 | 1000000 | 10100 | 100001 | 111000 | 110110 |
Color Harmonies of #CB9149
Complementary color
Monochromatic Colors of #CB9149
Black with #CB9149
Text Example
Text Example
White with #CB9149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9149; }
p { color: rgb(203,145,73); }
H1.HeaderClassName
{
color: #CB9149;
}
.AnyTagClassName
{
color: #CB9149;
}
</style>
background-color css
<style>
a { background-color: #CB9149; }
a { background-color: rgb(203,145,73); }
div.DivClassName
{
background-color: #CB9149;
}
.BgClassName
{
background-color: #CB9149;
}
</style>
border-color css
<style>
span { border-color: #CB9149; }
span { border-color: rgb(203,145,73); }
td.TdClassName
{
border-color: #CB9149;
}
.TagClassName
{
border-color: #CB9149;
}
</style>