Shades of Anzac #CB9E41
Tints of Anzac #CB9E41
RGB
CMYK
RGB Variations
Color information
#CB9E41 (or 0xCB9E41) is known color: Anzac. HEX triplet: CB, 9E and 41. RGB value is (203,158,65). Sum of RGB (Red+Green+Blue) = 203+158+65=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E41 is #3461BE. Grayscale: #A1A1A1. Windows color (decimal): -3432895 or 4300491. OLE color: 4300491.
HSL color Cylindrical-coordinate representation of color #CB9E41: hue angle of 40.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB9E41 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 65 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.20 |
| HSL | 40.43º | 0.57% | 0.53% | - |
| HSV(B) | 40.43º | 0.68% | 0.8% | - |
| XYZ | 37.81 | 37.53 | 10.25 | - |
| YUV | 160.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 65 | 0 | 0.22 | 0.68 | 0.20 | 40.43 | 0.57 | 0.53 |
| Hex | CB | 9E | 41 | 0 | 16 | 44 | 14 | 28 | 39 | 35 |
| Octal | 313 | 236 | 101 | 0 | 26 | 104 | 24 | 50 | 71 | 65 |
| Binary | 11001011 | 10011110 | 1000001 | 0 | 10110 | 1000100 | 10100 | 101000 | 111001 | 110101 |
Color Harmonies of #CB9E41
Complementary color
Monochromatic Colors of #CB9E41
Black with #CB9E41
Text Example
Text Example
White with #CB9E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E41; }
p { color: rgb(203,158,65); }
H1.HeaderClassName
{
color: #CB9E41;
}
.AnyTagClassName
{
color: #CB9E41;
}
</style>
background-color css
<style>
a { background-color: #CB9E41; }
a { background-color: rgb(203,158,65); }
div.DivClassName
{
background-color: #CB9E41;
}
.BgClassName
{
background-color: #CB9E41;
}
</style>
border-color css
<style>
span { border-color: #CB9E41; }
span { border-color: rgb(203,158,65); }
td.TdClassName
{
border-color: #CB9E41;
}
.TagClassName
{
border-color: #CB9E41;
}
</style>