Shades of Anzac #CB9446
Tints of Anzac #CB9446
RGB
CMYK
RGB Variations
Color information
#CB9446 (or 0xCB9446) is known color: Anzac. HEX triplet: CB, 94 and 46. RGB value is (203,148,70). Sum of RGB (Red+Green+Blue) = 203+148+70=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9446 is #346BB9. Grayscale: #9B9B9B. Windows color (decimal): -3435450 or 4625611. OLE color: 4625611.
HSL color Cylindrical-coordinate representation of color #CB9446: hue angle of 35.19º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB9446 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 70 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.20 |
| HSL | 35.19º | 0.56% | 0.54% | - |
| HSV(B) | 35.19º | 0.66% | 0.8% | - |
| XYZ | 36.32 | 34.32 | 10.5 | - |
| YUV | 155.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 70 | 0 | 0.27 | 0.66 | 0.20 | 35.19 | 0.56 | 0.54 |
| Hex | CB | 94 | 46 | 0 | 1B | 42 | 14 | 23 | 38 | 36 |
| Octal | 313 | 224 | 106 | 0 | 33 | 102 | 24 | 43 | 70 | 66 |
| Binary | 11001011 | 10010100 | 1000110 | 0 | 11011 | 1000010 | 10100 | 100011 | 111000 | 110110 |
Color Harmonies of #CB9446
Complementary color
Monochromatic Colors of #CB9446
Black with #CB9446
Text Example
Text Example
White with #CB9446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9446; }
p { color: rgb(203,148,70); }
H1.HeaderClassName
{
color: #CB9446;
}
.AnyTagClassName
{
color: #CB9446;
}
</style>
background-color css
<style>
a { background-color: #CB9446; }
a { background-color: rgb(203,148,70); }
div.DivClassName
{
background-color: #CB9446;
}
.BgClassName
{
background-color: #CB9446;
}
</style>
border-color css
<style>
span { border-color: #CB9446; }
span { border-color: rgb(203,148,70); }
td.TdClassName
{
border-color: #CB9446;
}
.TagClassName
{
border-color: #CB9446;
}
</style>