Shades of Anzac #CD8E43
Tints of Anzac #CD8E43
RGB
CMYK
RGB Variations
Color information
#CD8E43 (or 0xCD8E43) is known color: Anzac. HEX triplet: CD, 8E and 43. RGB value is (205,142,67). Sum of RGB (Red+Green+Blue) = 205+142+67=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8E43 is #3271BC. Grayscale: #989898. Windows color (decimal): -3305917 or 4427469. OLE color: 4427469.
HSL color Cylindrical-coordinate representation of color #CD8E43: hue angle of 32.61º degrees, saturation: 0.58, 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 #CD8E43 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 142 | 67 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.20 |
| HSL | 32.61º | 0.58% | 0.53% | - |
| HSV(B) | 32.61º | 0.67% | 0.8% | - |
| XYZ | 35.86 | 32.73 | 9.74 | - |
| YUV | 152.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 142 | 67 | 0 | 0.31 | 0.67 | 0.20 | 32.61 | 0.58 | 0.53 |
| Hex | CD | 8E | 43 | 0 | 1F | 43 | 14 | 21 | 3A | 35 |
| Octal | 315 | 216 | 103 | 0 | 37 | 103 | 24 | 41 | 72 | 65 |
| Binary | 11001101 | 10001110 | 1000011 | 0 | 11111 | 1000011 | 10100 | 100001 | 111010 | 110101 |
Color Harmonies of #CD8E43
Complementary color
Monochromatic Colors of #CD8E43
Black with #CD8E43
Text Example
Text Example
White with #CD8E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8E43; }
p { color: rgb(205,142,67); }
H1.HeaderClassName
{
color: #CD8E43;
}
.AnyTagClassName
{
color: #CD8E43;
}
</style>
background-color css
<style>
a { background-color: #CD8E43; }
a { background-color: rgb(205,142,67); }
div.DivClassName
{
background-color: #CD8E43;
}
.BgClassName
{
background-color: #CD8E43;
}
</style>
border-color css
<style>
span { border-color: #CD8E43; }
span { border-color: rgb(205,142,67); }
td.TdClassName
{
border-color: #CD8E43;
}
.TagClassName
{
border-color: #CD8E43;
}
</style>