Shades of Anzac #CB9843
Tints of Anzac #CB9843
RGB
CMYK
RGB Variations
Color information
#CB9843 (or 0xCB9843) is known color: Anzac. HEX triplet: CB, 98 and 43. RGB value is (203,152,67). Sum of RGB (Red+Green+Blue) = 203+152+67=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9843 is #3467BC. Grayscale: #9D9D9D. Windows color (decimal): -3434429 or 4430027. OLE color: 4430027.
HSL color Cylindrical-coordinate representation of color #CB9843: hue angle of 37.5º degrees, saturation: 0.57, 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 #CB9843 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 67 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.20 |
| HSL | 37.5º | 0.57% | 0.53% | - |
| HSV(B) | 37.5º | 0.67% | 0.8% | - |
| XYZ | 36.87 | 35.56 | 10.23 | - |
| YUV | 157.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 67 | 0 | 0.25 | 0.67 | 0.20 | 37.5 | 0.57 | 0.53 |
| Hex | CB | 98 | 43 | 0 | 19 | 43 | 14 | 26 | 39 | 35 |
| Octal | 313 | 230 | 103 | 0 | 31 | 103 | 24 | 46 | 71 | 65 |
| Binary | 11001011 | 10011000 | 1000011 | 0 | 11001 | 1000011 | 10100 | 100110 | 111001 | 110101 |
Color Harmonies of #CB9843
Complementary color
Monochromatic Colors of #CB9843
Black with #CB9843
Text Example
Text Example
White with #CB9843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9843; }
p { color: rgb(203,152,67); }
H1.HeaderClassName
{
color: #CB9843;
}
.AnyTagClassName
{
color: #CB9843;
}
</style>
background-color css
<style>
a { background-color: #CB9843; }
a { background-color: rgb(203,152,67); }
div.DivClassName
{
background-color: #CB9843;
}
.BgClassName
{
background-color: #CB9843;
}
</style>
border-color css
<style>
span { border-color: #CB9843; }
span { border-color: rgb(203,152,67); }
td.TdClassName
{
border-color: #CB9843;
}
.TagClassName
{
border-color: #CB9843;
}
</style>