Shades of Anzac #CB9348
Tints of Anzac #CB9348
RGB
CMYK
RGB Variations
Color information
#CB9348 (or 0xCB9348) is known color: Anzac. HEX triplet: CB, 93 and 48. RGB value is (203,147,72). Sum of RGB (Red+Green+Blue) = 203+147+72=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9348 is #346CB7. Grayscale: #9B9B9B. Windows color (decimal): -3435704 or 4756427. OLE color: 4756427.
HSL color Cylindrical-coordinate representation of color #CB9348: hue angle of 34.35º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB9348 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 72 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.20 |
| HSL | 34.35º | 0.56% | 0.54% | - |
| HSV(B) | 34.35º | 0.65% | 0.8% | - |
| XYZ | 36.23 | 34.03 | 10.79 | - |
| YUV | 155.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 72 | 0 | 0.28 | 0.65 | 0.20 | 34.35 | 0.56 | 0.54 |
| Hex | CB | 93 | 48 | 0 | 1C | 41 | 14 | 22 | 38 | 36 |
| Octal | 313 | 223 | 110 | 0 | 34 | 101 | 24 | 42 | 70 | 66 |
| Binary | 11001011 | 10010011 | 1001000 | 0 | 11100 | 1000001 | 10100 | 100010 | 111000 | 110110 |
Color Harmonies of #CB9348
Complementary color
Monochromatic Colors of #CB9348
Black with #CB9348
Text Example
Text Example
White with #CB9348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9348; }
p { color: rgb(203,147,72); }
H1.HeaderClassName
{
color: #CB9348;
}
.AnyTagClassName
{
color: #CB9348;
}
</style>
background-color css
<style>
a { background-color: #CB9348; }
a { background-color: rgb(203,147,72); }
div.DivClassName
{
background-color: #CB9348;
}
.BgClassName
{
background-color: #CB9348;
}
</style>
border-color css
<style>
span { border-color: #CB9348; }
span { border-color: rgb(203,147,72); }
td.TdClassName
{
border-color: #CB9348;
}
.TagClassName
{
border-color: #CB9348;
}
</style>