Shades of Anzac #CB8D48
Tints of Anzac #CB8D48
RGB
CMYK
RGB Variations
Color information
#CB8D48 (or 0xCB8D48) is known color: Anzac. HEX triplet: CB, 8D and 48. RGB value is (203,141,72). Sum of RGB (Red+Green+Blue) = 203+141+72=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8D48 is #3472B7. Grayscale: #989898. Windows color (decimal): -3437240 or 4754891. OLE color: 4754891.
HSL color Cylindrical-coordinate representation of color #CB8D48: hue angle of 31.6º 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 #CB8D48 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 72 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.20 |
| HSL | 31.6º | 0.56% | 0.54% | - |
| HSV(B) | 31.6º | 0.65% | 0.8% | - |
| XYZ | 35.32 | 32.21 | 10.49 | - |
| YUV | 151.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 72 | 0 | 0.31 | 0.65 | 0.20 | 31.6 | 0.56 | 0.54 |
| Hex | CB | 8D | 48 | 0 | 1F | 41 | 14 | 20 | 38 | 36 |
| Octal | 313 | 215 | 110 | 0 | 37 | 101 | 24 | 40 | 70 | 66 |
| Binary | 11001011 | 10001101 | 1001000 | 0 | 11111 | 1000001 | 10100 | 100000 | 111000 | 110110 |
Color Harmonies of #CB8D48
Complementary color
Monochromatic Colors of #CB8D48
Black with #CB8D48
Text Example
Text Example
White with #CB8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D48; }
p { color: rgb(203,141,72); }
H1.HeaderClassName
{
color: #CB8D48;
}
.AnyTagClassName
{
color: #CB8D48;
}
</style>
background-color css
<style>
a { background-color: #CB8D48; }
a { background-color: rgb(203,141,72); }
div.DivClassName
{
background-color: #CB8D48;
}
.BgClassName
{
background-color: #CB8D48;
}
</style>
border-color css
<style>
span { border-color: #CB8D48; }
span { border-color: rgb(203,141,72); }
td.TdClassName
{
border-color: #CB8D48;
}
.TagClassName
{
border-color: #CB8D48;
}
</style>