Shades of Anzac #CB8D43
Tints of Anzac #CB8D43
RGB
CMYK
RGB Variations
Color information
#CB8D43 (or 0xCB8D43) is known color: Anzac. HEX triplet: CB, 8D and 43. RGB value is (203,141,67). Sum of RGB (Red+Green+Blue) = 203+141+67=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8D43 is #3472BC. Grayscale: #979797. Windows color (decimal): -3437245 or 4427211. OLE color: 4427211.
HSL color Cylindrical-coordinate representation of color #CB8D43: hue angle of 32.65º 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 #CB8D43 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 67 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.20 |
| HSL | 32.65º | 0.57% | 0.53% | - |
| HSV(B) | 32.65º | 0.67% | 0.8% | - |
| XYZ | 35.17 | 32.15 | 9.66 | - |
| YUV | 151.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 67 | 0 | 0.31 | 0.67 | 0.20 | 32.65 | 0.57 | 0.53 |
| Hex | CB | 8D | 43 | 0 | 1F | 43 | 14 | 21 | 39 | 35 |
| Octal | 313 | 215 | 103 | 0 | 37 | 103 | 24 | 41 | 71 | 65 |
| Binary | 11001011 | 10001101 | 1000011 | 0 | 11111 | 1000011 | 10100 | 100001 | 111001 | 110101 |
Color Harmonies of #CB8D43
Complementary color
Monochromatic Colors of #CB8D43
Black with #CB8D43
Text Example
Text Example
White with #CB8D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D43; }
p { color: rgb(203,141,67); }
H1.HeaderClassName
{
color: #CB8D43;
}
.AnyTagClassName
{
color: #CB8D43;
}
</style>
background-color css
<style>
a { background-color: #CB8D43; }
a { background-color: rgb(203,141,67); }
div.DivClassName
{
background-color: #CB8D43;
}
.BgClassName
{
background-color: #CB8D43;
}
</style>
border-color css
<style>
span { border-color: #CB8D43; }
span { border-color: rgb(203,141,67); }
td.TdClassName
{
border-color: #CB8D43;
}
.TagClassName
{
border-color: #CB8D43;
}
</style>