Shades of Anzac #CB9449
Tints of Anzac #CB9449
RGB
CMYK
RGB Variations
Color information
#CB9449 (or 0xCB9449) is known color: Anzac. HEX triplet: CB, 94 and 49. RGB value is (203,148,73). Sum of RGB (Red+Green+Blue) = 203+148+73=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9449 is #346BB6. Grayscale: #9C9C9C. Windows color (decimal): -3435447 or 4822219. OLE color: 4822219.
HSL color Cylindrical-coordinate representation of color #CB9449: hue angle of 34.62º 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 #CB9449 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 73 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.20 |
| HSL | 34.62º | 0.56% | 0.54% | - |
| HSV(B) | 34.62º | 0.64% | 0.8% | - |
| XYZ | 36.42 | 34.36 | 11.02 | - |
| YUV | 155.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 73 | 0 | 0.27 | 0.64 | 0.20 | 34.62 | 0.56 | 0.54 |
| Hex | CB | 94 | 49 | 0 | 1B | 40 | 14 | 23 | 38 | 36 |
| Octal | 313 | 224 | 111 | 0 | 33 | 100 | 24 | 43 | 70 | 66 |
| Binary | 11001011 | 10010100 | 1001001 | 0 | 11011 | 1000000 | 10100 | 100011 | 111000 | 110110 |
Color Harmonies of #CB9449
Complementary color
Monochromatic Colors of #CB9449
Black with #CB9449
Text Example
Text Example
White with #CB9449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9449; }
p { color: rgb(203,148,73); }
H1.HeaderClassName
{
color: #CB9449;
}
.AnyTagClassName
{
color: #CB9449;
}
</style>
background-color css
<style>
a { background-color: #CB9449; }
a { background-color: rgb(203,148,73); }
div.DivClassName
{
background-color: #CB9449;
}
.BgClassName
{
background-color: #CB9449;
}
</style>
border-color css
<style>
span { border-color: #CB9449; }
span { border-color: rgb(203,148,73); }
td.TdClassName
{
border-color: #CB9449;
}
.TagClassName
{
border-color: #CB9449;
}
</style>