Shades of Anzac #CB9D40
Tints of Anzac #CB9D40
RGB
CMYK
RGB Variations
Color information
#CB9D40 (or 0xCB9D40) is known color: Anzac. HEX triplet: CB, 9D and 40. RGB value is (203,157,64). Sum of RGB (Red+Green+Blue) = 203+157+64=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D40 is #3462BF. Grayscale: #A0A0A0. Windows color (decimal): -3433152 or 4234699. OLE color: 4234699.
HSL color Cylindrical-coordinate representation of color #CB9D40: hue angle of 40.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB9D40 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 64 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.20 |
| HSL | 40.14º | 0.57% | 0.52% | - |
| HSV(B) | 40.14º | 0.68% | 0.8% | - |
| XYZ | 37.61 | 37.18 | 10.04 | - |
| YUV | 160.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 64 | 0 | 0.23 | 0.68 | 0.20 | 40.14 | 0.57 | 0.52 |
| Hex | CB | 9D | 40 | 0 | 17 | 44 | 14 | 28 | 39 | 34 |
| Octal | 313 | 235 | 100 | 0 | 27 | 104 | 24 | 50 | 71 | 64 |
| Binary | 11001011 | 10011101 | 1000000 | 0 | 10111 | 1000100 | 10100 | 101000 | 111001 | 110100 |
Color Harmonies of #CB9D40
Complementary color
Monochromatic Colors of #CB9D40
Black with #CB9D40
Text Example
Text Example
White with #CB9D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D40; }
p { color: rgb(203,157,64); }
H1.HeaderClassName
{
color: #CB9D40;
}
.AnyTagClassName
{
color: #CB9D40;
}
</style>
background-color css
<style>
a { background-color: #CB9D40; }
a { background-color: rgb(203,157,64); }
div.DivClassName
{
background-color: #CB9D40;
}
.BgClassName
{
background-color: #CB9D40;
}
</style>
border-color css
<style>
span { border-color: #CB9D40; }
span { border-color: rgb(203,157,64); }
td.TdClassName
{
border-color: #CB9D40;
}
.TagClassName
{
border-color: #CB9D40;
}
</style>