Shades of Anzac #CB8F43
Tints of Anzac #CB8F43
RGB
CMYK
RGB Variations
Color information
#CB8F43 (or 0xCB8F43) is known color: Anzac. HEX triplet: CB, 8F and 43. RGB value is (203,143,67). Sum of RGB (Red+Green+Blue) = 203+143+67=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F43 is #3470BC. Grayscale: #989898. Windows color (decimal): -3436733 or 4427723. OLE color: 4427723.
HSL color Cylindrical-coordinate representation of color #CB8F43: hue angle of 33.53º 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 #CB8F43 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 67 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.20 |
| HSL | 33.53º | 0.57% | 0.53% | - |
| HSV(B) | 33.53º | 0.67% | 0.8% | - |
| XYZ | 35.46 | 32.75 | 9.76 | - |
| YUV | 152.28 | 79.88 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 67 | 0 | 0.30 | 0.67 | 0.20 | 33.53 | 0.57 | 0.53 |
| Hex | CB | 8F | 43 | 0 | 1E | 43 | 14 | 22 | 39 | 35 |
| Octal | 313 | 217 | 103 | 0 | 36 | 103 | 24 | 42 | 71 | 65 |
| Binary | 11001011 | 10001111 | 1000011 | 0 | 11110 | 1000011 | 10100 | 100010 | 111001 | 110101 |
Color Harmonies of #CB8F43
Complementary color
Monochromatic Colors of #CB8F43
Black with #CB8F43
Text Example
Text Example
White with #CB8F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F43; }
p { color: rgb(203,143,67); }
H1.HeaderClassName
{
color: #CB8F43;
}
.AnyTagClassName
{
color: #CB8F43;
}
</style>
background-color css
<style>
a { background-color: #CB8F43; }
a { background-color: rgb(203,143,67); }
div.DivClassName
{
background-color: #CB8F43;
}
.BgClassName
{
background-color: #CB8F43;
}
</style>
border-color css
<style>
span { border-color: #CB8F43; }
span { border-color: rgb(203,143,67); }
td.TdClassName
{
border-color: #CB8F43;
}
.TagClassName
{
border-color: #CB8F43;
}
</style>