Shades of Anzac #CD9144
Tints of Anzac #CD9144
RGB
CMYK
RGB Variations
Color information
#CD9144 (or 0xCD9144) is known color: Anzac. HEX triplet: CD, 91 and 44. RGB value is (205,145,68). Sum of RGB (Red+Green+Blue) = 205+145+68=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9144 is #326EBB. Grayscale: #9A9A9A. Windows color (decimal): -3305148 or 4493773. OLE color: 4493773.
HSL color Cylindrical-coordinate representation of color #CD9144: hue angle of 33.72º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD9144 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 68 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.20 |
| HSL | 33.72º | 0.58% | 0.54% | - |
| HSV(B) | 33.72º | 0.67% | 0.8% | - |
| XYZ | 36.35 | 33.65 | 10.05 | - |
| YUV | 154.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 68 | 0 | 0.29 | 0.67 | 0.20 | 33.72 | 0.58 | 0.54 |
| Hex | CD | 91 | 44 | 0 | 1D | 43 | 14 | 22 | 3A | 36 |
| Octal | 315 | 221 | 104 | 0 | 35 | 103 | 24 | 42 | 72 | 66 |
| Binary | 11001101 | 10010001 | 1000100 | 0 | 11101 | 1000011 | 10100 | 100010 | 111010 | 110110 |
Color Harmonies of #CD9144
Complementary color
Monochromatic Colors of #CD9144
Black with #CD9144
Text Example
Text Example
White with #CD9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9144; }
p { color: rgb(205,145,68); }
H1.HeaderClassName
{
color: #CD9144;
}
.AnyTagClassName
{
color: #CD9144;
}
</style>
background-color css
<style>
a { background-color: #CD9144; }
a { background-color: rgb(205,145,68); }
div.DivClassName
{
background-color: #CD9144;
}
.BgClassName
{
background-color: #CD9144;
}
</style>
border-color css
<style>
span { border-color: #CD9144; }
span { border-color: rgb(205,145,68); }
td.TdClassName
{
border-color: #CD9144;
}
.TagClassName
{
border-color: #CD9144;
}
</style>