Shades of Anzac #C99E3F
Tints of Anzac #C99E3F
RGB
CMYK
RGB Variations
Color information
#C99E3F (or 0xC99E3F) is known color: Anzac. HEX triplet: C9, 9E and 3F. RGB value is (201,158,63). Sum of RGB (Red+Green+Blue) = 201+158+63=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99E3F is #3661C0. Grayscale: #A0A0A0. Windows color (decimal): -3563969 or 4169417. OLE color: 4169417.
HSL color Cylindrical-coordinate representation of color #C99E3F: hue angle of 41.3º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C99E3F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 63 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.21 |
| HSL | 41.3º | 0.56% | 0.52% | - |
| HSV(B) | 41.3º | 0.69% | 0.79% | - |
| XYZ | 37.21 | 37.23 | 9.93 | - |
| YUV | 160.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 63 | 0 | 0.21 | 0.69 | 0.21 | 41.3 | 0.56 | 0.52 |
| Hex | C9 | 9E | 3F | 0 | 15 | 45 | 15 | 29 | 38 | 34 |
| Octal | 311 | 236 | 77 | 0 | 25 | 105 | 25 | 51 | 70 | 64 |
| Binary | 11001001 | 10011110 | 111111 | 0 | 10101 | 1000101 | 10101 | 101001 | 111000 | 110100 |
Color Harmonies of #C99E3F
Complementary color
Monochromatic Colors of #C99E3F
Black with #C99E3F
Text Example
Text Example
White with #C99E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E3F; }
p { color: rgb(201,158,63); }
H1.HeaderClassName
{
color: #C99E3F;
}
.AnyTagClassName
{
color: #C99E3F;
}
</style>
background-color css
<style>
a { background-color: #C99E3F; }
a { background-color: rgb(201,158,63); }
div.DivClassName
{
background-color: #C99E3F;
}
.BgClassName
{
background-color: #C99E3F;
}
</style>
border-color css
<style>
span { border-color: #C99E3F; }
span { border-color: rgb(201,158,63); }
td.TdClassName
{
border-color: #C99E3F;
}
.TagClassName
{
border-color: #C99E3F;
}
</style>