Shades of Anzac #CD9A46
Tints of Anzac #CD9A46
RGB
CMYK
RGB Variations
Color information
#CD9A46 (or 0xCD9A46) is known color: Anzac. HEX triplet: CD, 9A and 46. RGB value is (205,154,70). Sum of RGB (Red+Green+Blue) = 205+154+70=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A46 is #3265B9. Grayscale: #A0A0A0. Windows color (decimal): -3302842 or 4627149. OLE color: 4627149.
HSL color Cylindrical-coordinate representation of color #CD9A46: hue angle of 37.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD9A46 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 70 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.20 |
| HSL | 37.33º | 0.57% | 0.54% | - |
| HSV(B) | 37.33º | 0.66% | 0.8% | - |
| XYZ | 37.84 | 36.53 | 10.85 | - |
| YUV | 159.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 70 | 0 | 0.25 | 0.66 | 0.20 | 37.33 | 0.57 | 0.54 |
| Hex | CD | 9A | 46 | 0 | 19 | 42 | 14 | 25 | 39 | 36 |
| Octal | 315 | 232 | 106 | 0 | 31 | 102 | 24 | 45 | 71 | 66 |
| Binary | 11001101 | 10011010 | 1000110 | 0 | 11001 | 1000010 | 10100 | 100101 | 111001 | 110110 |
Color Harmonies of #CD9A46
Complementary color
Monochromatic Colors of #CD9A46
Black with #CD9A46
Text Example
Text Example
White with #CD9A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A46; }
p { color: rgb(205,154,70); }
H1.HeaderClassName
{
color: #CD9A46;
}
.AnyTagClassName
{
color: #CD9A46;
}
</style>
background-color css
<style>
a { background-color: #CD9A46; }
a { background-color: rgb(205,154,70); }
div.DivClassName
{
background-color: #CD9A46;
}
.BgClassName
{
background-color: #CD9A46;
}
</style>
border-color css
<style>
span { border-color: #CD9A46; }
span { border-color: rgb(205,154,70); }
td.TdClassName
{
border-color: #CD9A46;
}
.TagClassName
{
border-color: #CD9A46;
}
</style>