Shades of Anzac #CB9447
Tints of Anzac #CB9447
RGB
CMYK
RGB Variations
Color information
#CB9447 (or 0xCB9447) is known color: Anzac. HEX triplet: CB, 94 and 47. RGB value is (203,148,71). Sum of RGB (Red+Green+Blue) = 203+148+71=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9447 is #346BB8. Grayscale: #9C9C9C. Windows color (decimal): -3435449 or 4691147. OLE color: 4691147.
HSL color Cylindrical-coordinate representation of color #CB9447: hue angle of 35º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB9447 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 71 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.20 |
| HSL | 35º | 0.56% | 0.54% | - |
| HSV(B) | 35º | 0.65% | 0.8% | - |
| XYZ | 36.36 | 34.33 | 10.67 | - |
| YUV | 155.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 71 | 0 | 0.27 | 0.65 | 0.20 | 35 | 0.56 | 0.54 |
| Hex | CB | 94 | 47 | 0 | 1B | 41 | 14 | 23 | 38 | 36 |
| Octal | 313 | 224 | 107 | 0 | 33 | 101 | 24 | 43 | 70 | 66 |
| Binary | 11001011 | 10010100 | 1000111 | 0 | 11011 | 1000001 | 10100 | 100011 | 111000 | 110110 |
Color Harmonies of #CB9447
Complementary color
Monochromatic Colors of #CB9447
Black with #CB9447
Text Example
Text Example
White with #CB9447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9447; }
p { color: rgb(203,148,71); }
H1.HeaderClassName
{
color: #CB9447;
}
.AnyTagClassName
{
color: #CB9447;
}
</style>
background-color css
<style>
a { background-color: #CB9447; }
a { background-color: rgb(203,148,71); }
div.DivClassName
{
background-color: #CB9447;
}
.BgClassName
{
background-color: #CB9447;
}
</style>
border-color css
<style>
span { border-color: #CB9447; }
span { border-color: rgb(203,148,71); }
td.TdClassName
{
border-color: #CB9447;
}
.TagClassName
{
border-color: #CB9447;
}
</style>