Shades of Anzac #CB9144
Tints of Anzac #CB9144
RGB
CMYK
RGB Variations
Color information
#CB9144 (or 0xCB9144) is known color: Anzac. HEX triplet: CB, 91 and 44. RGB value is (203,145,68). Sum of RGB (Red+Green+Blue) = 203+145+68=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9144 is #346EBB. Grayscale: #999999. Windows color (decimal): -3436220 or 4493771. OLE color: 4493771.
HSL color Cylindrical-coordinate representation of color #CB9144: hue angle of 34.22º 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 #CB9144 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 68 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.20 |
| HSL | 34.22º | 0.56% | 0.53% | - |
| HSV(B) | 34.22º | 0.67% | 0.8% | - |
| XYZ | 35.8 | 33.36 | 10.02 | - |
| YUV | 153.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 68 | 0 | 0.29 | 0.67 | 0.20 | 34.22 | 0.56 | 0.53 |
| Hex | CB | 91 | 44 | 0 | 1D | 43 | 14 | 22 | 38 | 35 |
| Octal | 313 | 221 | 104 | 0 | 35 | 103 | 24 | 42 | 70 | 65 |
| Binary | 11001011 | 10010001 | 1000100 | 0 | 11101 | 1000011 | 10100 | 100010 | 111000 | 110101 |
Color Harmonies of #CB9144
Complementary color
Monochromatic Colors of #CB9144
Black with #CB9144
Text Example
Text Example
White with #CB9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9144; }
p { color: rgb(203,145,68); }
H1.HeaderClassName
{
color: #CB9144;
}
.AnyTagClassName
{
color: #CB9144;
}
</style>
background-color css
<style>
a { background-color: #CB9144; }
a { background-color: rgb(203,145,68); }
div.DivClassName
{
background-color: #CB9144;
}
.BgClassName
{
background-color: #CB9144;
}
</style>
border-color css
<style>
span { border-color: #CB9144; }
span { border-color: rgb(203,145,68); }
td.TdClassName
{
border-color: #CB9144;
}
.TagClassName
{
border-color: #CB9144;
}
</style>