Shades of Anzac #CB9944
Tints of Anzac #CB9944
RGB
CMYK
RGB Variations
Color information
#CB9944 (or 0xCB9944) is known color: Anzac. HEX triplet: CB, 99 and 44. RGB value is (203,153,68). Sum of RGB (Red+Green+Blue) = 203+153+68=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9944 is #3466BB. Grayscale: #9E9E9E. Windows color (decimal): -3434172 or 4495819. OLE color: 4495819.
HSL color Cylindrical-coordinate representation of color #CB9944: hue angle of 37.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB9944 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 68 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.20 |
| HSL | 37.78º | 0.56% | 0.53% | - |
| HSV(B) | 37.78º | 0.67% | 0.8% | - |
| XYZ | 37.06 | 35.9 | 10.44 | - |
| YUV | 158.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 68 | 0 | 0.25 | 0.67 | 0.20 | 37.78 | 0.56 | 0.53 |
| Hex | CB | 99 | 44 | 0 | 19 | 43 | 14 | 26 | 38 | 35 |
| Octal | 313 | 231 | 104 | 0 | 31 | 103 | 24 | 46 | 70 | 65 |
| Binary | 11001011 | 10011001 | 1000100 | 0 | 11001 | 1000011 | 10100 | 100110 | 111000 | 110101 |
Color Harmonies of #CB9944
Complementary color
Monochromatic Colors of #CB9944
Black with #CB9944
Text Example
Text Example
White with #CB9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9944; }
p { color: rgb(203,153,68); }
H1.HeaderClassName
{
color: #CB9944;
}
.AnyTagClassName
{
color: #CB9944;
}
</style>
background-color css
<style>
a { background-color: #CB9944; }
a { background-color: rgb(203,153,68); }
div.DivClassName
{
background-color: #CB9944;
}
.BgClassName
{
background-color: #CB9944;
}
</style>
border-color css
<style>
span { border-color: #CB9944; }
span { border-color: rgb(203,153,68); }
td.TdClassName
{
border-color: #CB9944;
}
.TagClassName
{
border-color: #CB9944;
}
</style>