Shades of Anzac #CF8F3E
Tints of Anzac #CF8F3E
RGB
CMYK
RGB Variations
Color information
#CF8F3E (or 0xCF8F3E) is known color: Anzac. HEX triplet: CF, 8F and 3E. RGB value is (207,143,62). Sum of RGB (Red+Green+Blue) = 207+143+62=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F3E is #3070C1. Grayscale: #999999. Windows color (decimal): -3174594 or 4100047. OLE color: 4100047.
HSL color Cylindrical-coordinate representation of color #CF8F3E: hue angle of 33.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF8F3E is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 62 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.19 |
| HSL | 33.52º | 0.6% | 0.53% | - |
| HSV(B) | 33.52º | 0.7% | 0.81% | - |
| XYZ | 36.42 | 33.26 | 9.06 | - |
| YUV | 152.9 | 76.7 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 62 | 0 | 0.31 | 0.70 | 0.19 | 33.52 | 0.6 | 0.53 |
| Hex | CF | 8F | 3E | 0 | 1F | 46 | 13 | 22 | 3C | 35 |
| Octal | 317 | 217 | 76 | 0 | 37 | 106 | 23 | 42 | 74 | 65 |
| Binary | 11001111 | 10001111 | 111110 | 0 | 11111 | 1000110 | 10011 | 100010 | 111100 | 110101 |
Color Harmonies of #CF8F3E
Complementary color
Monochromatic Colors of #CF8F3E
Black with #CF8F3E
Text Example
Text Example
White with #CF8F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8F3E; }
p { color: rgb(207,143,62); }
H1.HeaderClassName
{
color: #CF8F3E;
}
.AnyTagClassName
{
color: #CF8F3E;
}
</style>
background-color css
<style>
a { background-color: #CF8F3E; }
a { background-color: rgb(207,143,62); }
div.DivClassName
{
background-color: #CF8F3E;
}
.BgClassName
{
background-color: #CF8F3E;
}
</style>
border-color css
<style>
span { border-color: #CF8F3E; }
span { border-color: rgb(207,143,62); }
td.TdClassName
{
border-color: #CF8F3E;
}
.TagClassName
{
border-color: #CF8F3E;
}
</style>