Shades of Anzac #CE914B
Tints of Anzac #CE914B
RGB
CMYK
RGB Variations
Color information
#CE914B (or 0xCE914B) is known color: Anzac. HEX triplet: CE, 91 and 4B. RGB value is (206,145,75). Sum of RGB (Red+Green+Blue) = 206+145+75=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE914B is #316EB4. Grayscale: #9B9B9B. Windows color (decimal): -3239605 or 4952526. OLE color: 4952526.
HSL color Cylindrical-coordinate representation of color #CE914B: hue angle of 32.06º degrees, saturation: 0.57, 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 #CE914B is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 145 | 75 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.19 |
| HSL | 32.06º | 0.57% | 0.55% | - |
| HSV(B) | 32.06º | 0.64% | 0.81% | - |
| XYZ | 36.85 | 33.88 | 11.25 | - |
| YUV | 155.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 145 | 75 | 0 | 0.30 | 0.64 | 0.19 | 32.06 | 0.57 | 0.55 |
| Hex | CE | 91 | 4B | 0 | 1E | 40 | 13 | 20 | 39 | 37 |
| Octal | 316 | 221 | 113 | 0 | 36 | 100 | 23 | 40 | 71 | 67 |
| Binary | 11001110 | 10010001 | 1001011 | 0 | 11110 | 1000000 | 10011 | 100000 | 111001 | 110111 |
Color Harmonies of #CE914B
Complementary color
Monochromatic Colors of #CE914B
Black with #CE914B
Text Example
Text Example
White with #CE914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE914B; }
p { color: rgb(206,145,75); }
H1.HeaderClassName
{
color: #CE914B;
}
.AnyTagClassName
{
color: #CE914B;
}
</style>
background-color css
<style>
a { background-color: #CE914B; }
a { background-color: rgb(206,145,75); }
div.DivClassName
{
background-color: #CE914B;
}
.BgClassName
{
background-color: #CE914B;
}
</style>
border-color css
<style>
span { border-color: #CE914B; }
span { border-color: rgb(206,145,75); }
td.TdClassName
{
border-color: #CE914B;
}
.TagClassName
{
border-color: #CE914B;
}
</style>