Shades of Anzac #CD8F3C
Tints of Anzac #CD8F3C
RGB
CMYK
RGB Variations
Color information
#CD8F3C (or 0xCD8F3C) is known color: Anzac. HEX triplet: CD, 8F and 3C. RGB value is (205,143,60). Sum of RGB (Red+Green+Blue) = 205+143+60=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8F3C is #3270C3. Grayscale: #989898. Windows color (decimal): -3305668 or 3968973. OLE color: 3968973.
HSL color Cylindrical-coordinate representation of color #CD8F3C: hue angle of 34.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD8F3C is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 60 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.20 |
| HSL | 34.34º | 0.59% | 0.52% | - |
| HSV(B) | 34.34º | 0.71% | 0.8% | - |
| XYZ | 35.81 | 32.95 | 8.75 | - |
| YUV | 152.08 | 76.04 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 60 | 0 | 0.30 | 0.71 | 0.20 | 34.34 | 0.59 | 0.52 |
| Hex | CD | 8F | 3C | 0 | 1E | 47 | 14 | 22 | 3B | 34 |
| Octal | 315 | 217 | 74 | 0 | 36 | 107 | 24 | 42 | 73 | 64 |
| Binary | 11001101 | 10001111 | 111100 | 0 | 11110 | 1000111 | 10100 | 100010 | 111011 | 110100 |
Color Harmonies of #CD8F3C
Complementary color
Monochromatic Colors of #CD8F3C
Black with #CD8F3C
Text Example
Text Example
White with #CD8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F3C; }
p { color: rgb(205,143,60); }
H1.HeaderClassName
{
color: #CD8F3C;
}
.AnyTagClassName
{
color: #CD8F3C;
}
</style>
background-color css
<style>
a { background-color: #CD8F3C; }
a { background-color: rgb(205,143,60); }
div.DivClassName
{
background-color: #CD8F3C;
}
.BgClassName
{
background-color: #CD8F3C;
}
</style>
border-color css
<style>
span { border-color: #CD8F3C; }
span { border-color: rgb(205,143,60); }
td.TdClassName
{
border-color: #CD8F3C;
}
.TagClassName
{
border-color: #CD8F3C;
}
</style>