Shades of Anzac #CF914B
Tints of Anzac #CF914B
RGB
CMYK
RGB Variations
Color information
#CF914B (or 0xCF914B) is known color: Anzac. HEX triplet: CF, 91 and 4B. RGB value is (207,145,75). Sum of RGB (Red+Green+Blue) = 207+145+75=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF914B is #306EB4. Grayscale: #9B9B9B. Windows color (decimal): -3174069 or 4952527. OLE color: 4952527.
HSL color Cylindrical-coordinate representation of color #CF914B: hue angle of 31.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF914B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 75 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.19 |
| HSL | 31.82º | 0.58% | 0.55% | - |
| HSV(B) | 31.82º | 0.64% | 0.81% | - |
| XYZ | 37.13 | 34.02 | 11.27 | - |
| YUV | 155.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 75 | 0 | 0.30 | 0.64 | 0.19 | 31.82 | 0.58 | 0.55 |
| Hex | CF | 91 | 4B | 0 | 1E | 40 | 13 | 20 | 3A | 37 |
| Octal | 317 | 221 | 113 | 0 | 36 | 100 | 23 | 40 | 72 | 67 |
| Binary | 11001111 | 10010001 | 1001011 | 0 | 11110 | 1000000 | 10011 | 100000 | 111010 | 110111 |
Color Harmonies of #CF914B
Complementary color
Monochromatic Colors of #CF914B
Black with #CF914B
Text Example
Text Example
White with #CF914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF914B; }
p { color: rgb(207,145,75); }
H1.HeaderClassName
{
color: #CF914B;
}
.AnyTagClassName
{
color: #CF914B;
}
</style>
background-color css
<style>
a { background-color: #CF914B; }
a { background-color: rgb(207,145,75); }
div.DivClassName
{
background-color: #CF914B;
}
.BgClassName
{
background-color: #CF914B;
}
</style>
border-color css
<style>
span { border-color: #CF914B; }
span { border-color: rgb(207,145,75); }
td.TdClassName
{
border-color: #CF914B;
}
.TagClassName
{
border-color: #CF914B;
}
</style>