Shades of Anzac #CB943C
Tints of Anzac #CB943C
RGB
CMYK
RGB Variations
Color information
#CB943C (or 0xCB943C) is known color: Anzac. HEX triplet: CB, 94 and 3C. RGB value is (203,148,60). Sum of RGB (Red+Green+Blue) = 203+148+60=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB943C is #346BC3. Grayscale: #9A9A9A. Windows color (decimal): -3435460 or 3970251. OLE color: 3970251.
HSL color Cylindrical-coordinate representation of color #CB943C: hue angle of 36.92º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB943C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 60 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.20 |
| HSL | 36.92º | 0.58% | 0.52% | - |
| HSV(B) | 36.92º | 0.7% | 0.8% | - |
| XYZ | 36.03 | 34.2 | 8.98 | - |
| YUV | 154.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 60 | 0 | 0.27 | 0.70 | 0.20 | 36.92 | 0.58 | 0.52 |
| Hex | CB | 94 | 3C | 0 | 1B | 46 | 14 | 25 | 3A | 34 |
| Octal | 313 | 224 | 74 | 0 | 33 | 106 | 24 | 45 | 72 | 64 |
| Binary | 11001011 | 10010100 | 111100 | 0 | 11011 | 1000110 | 10100 | 100101 | 111010 | 110100 |
Color Harmonies of #CB943C
Complementary color
Monochromatic Colors of #CB943C
Black with #CB943C
Text Example
Text Example
White with #CB943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB943C; }
p { color: rgb(203,148,60); }
H1.HeaderClassName
{
color: #CB943C;
}
.AnyTagClassName
{
color: #CB943C;
}
</style>
background-color css
<style>
a { background-color: #CB943C; }
a { background-color: rgb(203,148,60); }
div.DivClassName
{
background-color: #CB943C;
}
.BgClassName
{
background-color: #CB943C;
}
</style>
border-color css
<style>
span { border-color: #CB943C; }
span { border-color: rgb(203,148,60); }
td.TdClassName
{
border-color: #CB943C;
}
.TagClassName
{
border-color: #CB943C;
}
</style>