Shades of Anzac #CB943B
Tints of Anzac #CB943B
RGB
CMYK
RGB Variations
Color information
#CB943B (or 0xCB943B) is known color: Anzac. HEX triplet: CB, 94 and 3B. RGB value is (203,148,59). Sum of RGB (Red+Green+Blue) = 203+148+59=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB943B is #346BC4. Grayscale: #9A9A9A. Windows color (decimal): -3435461 or 3904715. OLE color: 3904715.
HSL color Cylindrical-coordinate representation of color #CB943B: hue angle of 37.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB943B is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 59 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.20 |
| HSL | 37.08º | 0.58% | 0.51% | - |
| HSV(B) | 37.08º | 0.71% | 0.8% | - |
| XYZ | 36.01 | 34.19 | 8.84 | - |
| YUV | 154.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 59 | 0 | 0.27 | 0.71 | 0.20 | 37.08 | 0.58 | 0.51 |
| Hex | CB | 94 | 3B | 0 | 1B | 47 | 14 | 25 | 3A | 33 |
| Octal | 313 | 224 | 73 | 0 | 33 | 107 | 24 | 45 | 72 | 63 |
| Binary | 11001011 | 10010100 | 111011 | 0 | 11011 | 1000111 | 10100 | 100101 | 111010 | 110011 |
Color Harmonies of #CB943B
Complementary color
Monochromatic Colors of #CB943B
Black with #CB943B
Text Example
Text Example
White with #CB943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB943B; }
p { color: rgb(203,148,59); }
H1.HeaderClassName
{
color: #CB943B;
}
.AnyTagClassName
{
color: #CB943B;
}
</style>
background-color css
<style>
a { background-color: #CB943B; }
a { background-color: rgb(203,148,59); }
div.DivClassName
{
background-color: #CB943B;
}
.BgClassName
{
background-color: #CB943B;
}
</style>
border-color css
<style>
span { border-color: #CB943B; }
span { border-color: rgb(203,148,59); }
td.TdClassName
{
border-color: #CB943B;
}
.TagClassName
{
border-color: #CB943B;
}
</style>