Shades of Anzac #CD9C3E
Tints of Anzac #CD9C3E
RGB
CMYK
RGB Variations
Color information
#CD9C3E (or 0xCD9C3E) is known color: Anzac. HEX triplet: CD, 9C and 3E. RGB value is (205,156,62). Sum of RGB (Red+Green+Blue) = 205+156+62=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C3E is #3263C1. Grayscale: #A0A0A0. Windows color (decimal): -3302338 or 4103373. OLE color: 4103373.
HSL color Cylindrical-coordinate representation of color #CD9C3E: hue angle of 39.44º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD9C3E is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 62 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.20 |
| HSL | 39.44º | 0.59% | 0.52% | - |
| HSV(B) | 39.44º | 0.7% | 0.8% | - |
| XYZ | 37.93 | 37.1 | 9.72 | - |
| YUV | 159.94 | 72.73 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 62 | 0 | 0.24 | 0.70 | 0.20 | 39.44 | 0.59 | 0.52 |
| Hex | CD | 9C | 3E | 0 | 18 | 46 | 14 | 27 | 3B | 34 |
| Octal | 315 | 234 | 76 | 0 | 30 | 106 | 24 | 47 | 73 | 64 |
| Binary | 11001101 | 10011100 | 111110 | 0 | 11000 | 1000110 | 10100 | 100111 | 111011 | 110100 |
Color Harmonies of #CD9C3E
Complementary color
Monochromatic Colors of #CD9C3E
Black with #CD9C3E
Text Example
Text Example
White with #CD9C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C3E; }
p { color: rgb(205,156,62); }
H1.HeaderClassName
{
color: #CD9C3E;
}
.AnyTagClassName
{
color: #CD9C3E;
}
</style>
background-color css
<style>
a { background-color: #CD9C3E; }
a { background-color: rgb(205,156,62); }
div.DivClassName
{
background-color: #CD9C3E;
}
.BgClassName
{
background-color: #CD9C3E;
}
</style>
border-color css
<style>
span { border-color: #CD9C3E; }
span { border-color: rgb(205,156,62); }
td.TdClassName
{
border-color: #CD9C3E;
}
.TagClassName
{
border-color: #CD9C3E;
}
</style>