Shades of Anzac #CB9343
Tints of Anzac #CB9343
RGB
CMYK
RGB Variations
Color information
#CB9343 (or 0xCB9343) is known color: Anzac. HEX triplet: CB, 93 and 43. RGB value is (203,147,67). Sum of RGB (Red+Green+Blue) = 203+147+67=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9343 is #346CBC. Grayscale: #9B9B9B. Windows color (decimal): -3435709 or 4428747. OLE color: 4428747.
HSL color Cylindrical-coordinate representation of color #CB9343: hue angle of 35.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB9343 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 67 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.20 |
| HSL | 35.29º | 0.57% | 0.53% | - |
| HSV(B) | 35.29º | 0.67% | 0.8% | - |
| XYZ | 36.08 | 33.97 | 9.97 | - |
| YUV | 154.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 67 | 0 | 0.28 | 0.67 | 0.20 | 35.29 | 0.57 | 0.53 |
| Hex | CB | 93 | 43 | 0 | 1C | 43 | 14 | 23 | 39 | 35 |
| Octal | 313 | 223 | 103 | 0 | 34 | 103 | 24 | 43 | 71 | 65 |
| Binary | 11001011 | 10010011 | 1000011 | 0 | 11100 | 1000011 | 10100 | 100011 | 111001 | 110101 |
Color Harmonies of #CB9343
Complementary color
Monochromatic Colors of #CB9343
Black with #CB9343
Text Example
Text Example
White with #CB9343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9343; }
p { color: rgb(203,147,67); }
H1.HeaderClassName
{
color: #CB9343;
}
.AnyTagClassName
{
color: #CB9343;
}
</style>
background-color css
<style>
a { background-color: #CB9343; }
a { background-color: rgb(203,147,67); }
div.DivClassName
{
background-color: #CB9343;
}
.BgClassName
{
background-color: #CB9343;
}
</style>
border-color css
<style>
span { border-color: #CB9343; }
span { border-color: rgb(203,147,67); }
td.TdClassName
{
border-color: #CB9343;
}
.TagClassName
{
border-color: #CB9343;
}
</style>