Shades of Anzac #CF9B40
Tints of Anzac #CF9B40
RGB
CMYK
RGB Variations
Color information
#CF9B40 (or 0xCF9B40) is known color: Anzac. HEX triplet: CF, 9B and 40. RGB value is (207,155,64). Sum of RGB (Red+Green+Blue) = 207+155+64=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B40 is #3064BF. Grayscale: #A0A0A0. Windows color (decimal): -3171520 or 4234191. OLE color: 4234191.
HSL color Cylindrical-coordinate representation of color #CF9B40: hue angle of 38.18º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF9B40 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 64 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.19 |
| HSL | 38.18º | 0.6% | 0.53% | - |
| HSV(B) | 38.18º | 0.69% | 0.81% | - |
| XYZ | 38.38 | 37.08 | 9.98 | - |
| YUV | 160.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 64 | 0 | 0.25 | 0.69 | 0.19 | 38.18 | 0.6 | 0.53 |
| Hex | CF | 9B | 40 | 0 | 19 | 45 | 13 | 26 | 3C | 35 |
| Octal | 317 | 233 | 100 | 0 | 31 | 105 | 23 | 46 | 74 | 65 |
| Binary | 11001111 | 10011011 | 1000000 | 0 | 11001 | 1000101 | 10011 | 100110 | 111100 | 110101 |
Color Harmonies of #CF9B40
Complementary color
Monochromatic Colors of #CF9B40
Black with #CF9B40
Text Example
Text Example
White with #CF9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B40; }
p { color: rgb(207,155,64); }
H1.HeaderClassName
{
color: #CF9B40;
}
.AnyTagClassName
{
color: #CF9B40;
}
</style>
background-color css
<style>
a { background-color: #CF9B40; }
a { background-color: rgb(207,155,64); }
div.DivClassName
{
background-color: #CF9B40;
}
.BgClassName
{
background-color: #CF9B40;
}
</style>
border-color css
<style>
span { border-color: #CF9B40; }
span { border-color: rgb(207,155,64); }
td.TdClassName
{
border-color: #CF9B40;
}
.TagClassName
{
border-color: #CF9B40;
}
</style>