Shades of Anzac #CE924B
Tints of Anzac #CE924B
RGB
CMYK
RGB Variations
Color information
#CE924B (or 0xCE924B) is known color: Anzac. HEX triplet: CE, 92 and 4B. RGB value is (206,146,75). Sum of RGB (Red+Green+Blue) = 206+146+75=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE924B is #316DB4. Grayscale: #9C9C9C. Windows color (decimal): -3239349 or 4952782. OLE color: 4952782.
HSL color Cylindrical-coordinate representation of color #CE924B: hue angle of 32.52º 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 #CE924B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 75 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.19 |
| HSL | 32.52º | 0.57% | 0.55% | - |
| HSV(B) | 32.52º | 0.64% | 0.81% | - |
| XYZ | 37 | 34.19 | 11.31 | - |
| YUV | 155.85 | 82.38 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 75 | 0 | 0.29 | 0.64 | 0.19 | 32.52 | 0.57 | 0.55 |
| Hex | CE | 92 | 4B | 0 | 1D | 40 | 13 | 21 | 39 | 37 |
| Octal | 316 | 222 | 113 | 0 | 35 | 100 | 23 | 41 | 71 | 67 |
| Binary | 11001110 | 10010010 | 1001011 | 0 | 11101 | 1000000 | 10011 | 100001 | 111001 | 110111 |
Color Harmonies of #CE924B
Complementary color
Monochromatic Colors of #CE924B
Black with #CE924B
Text Example
Text Example
White with #CE924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE924B; }
p { color: rgb(206,146,75); }
H1.HeaderClassName
{
color: #CE924B;
}
.AnyTagClassName
{
color: #CE924B;
}
</style>
background-color css
<style>
a { background-color: #CE924B; }
a { background-color: rgb(206,146,75); }
div.DivClassName
{
background-color: #CE924B;
}
.BgClassName
{
background-color: #CE924B;
}
</style>
border-color css
<style>
span { border-color: #CE924B; }
span { border-color: rgb(206,146,75); }
td.TdClassName
{
border-color: #CE924B;
}
.TagClassName
{
border-color: #CE924B;
}
</style>