Shades of Anzac #CF943F
Tints of Anzac #CF943F
RGB
CMYK
RGB Variations
Color information
#CF943F (or 0xCF943F) is known color: Anzac. HEX triplet: CF, 94 and 3F. RGB value is (207,148,63). Sum of RGB (Red+Green+Blue) = 207+148+63=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF943F is #306BC0. Grayscale: #9C9C9C. Windows color (decimal): -3173313 or 4166863. OLE color: 4166863.
HSL color Cylindrical-coordinate representation of color #CF943F: hue angle of 35.42º 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 #CF943F is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 63 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.19 |
| HSL | 35.42º | 0.6% | 0.53% | - |
| HSV(B) | 35.42º | 0.7% | 0.81% | - |
| XYZ | 37.22 | 34.8 | 9.46 | - |
| YUV | 155.95 | 75.55 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 63 | 0 | 0.29 | 0.70 | 0.19 | 35.42 | 0.6 | 0.53 |
| Hex | CF | 94 | 3F | 0 | 1D | 46 | 13 | 23 | 3C | 35 |
| Octal | 317 | 224 | 77 | 0 | 35 | 106 | 23 | 43 | 74 | 65 |
| Binary | 11001111 | 10010100 | 111111 | 0 | 11101 | 1000110 | 10011 | 100011 | 111100 | 110101 |
Color Harmonies of #CF943F
Complementary color
Monochromatic Colors of #CF943F
Black with #CF943F
Text Example
Text Example
White with #CF943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF943F; }
p { color: rgb(207,148,63); }
H1.HeaderClassName
{
color: #CF943F;
}
.AnyTagClassName
{
color: #CF943F;
}
</style>
background-color css
<style>
a { background-color: #CF943F; }
a { background-color: rgb(207,148,63); }
div.DivClassName
{
background-color: #CF943F;
}
.BgClassName
{
background-color: #CF943F;
}
</style>
border-color css
<style>
span { border-color: #CF943F; }
span { border-color: rgb(207,148,63); }
td.TdClassName
{
border-color: #CF943F;
}
.TagClassName
{
border-color: #CF943F;
}
</style>