Shades of Anzac #C99C3E
Tints of Anzac #C99C3E
RGB
CMYK
RGB Variations
Color information
#C99C3E (or 0xC99C3E) is known color: Anzac. HEX triplet: C9, 9C and 3E. RGB value is (201,156,62). Sum of RGB (Red+Green+Blue) = 201+156+62=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C3E is #3663C1. Grayscale: #9F9F9F. Windows color (decimal): -3564482 or 4103369. OLE color: 4103369.
HSL color Cylindrical-coordinate representation of color #C99C3E: hue angle of 40.58º 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 #C99C3E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 62 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.21 |
| HSL | 40.58º | 0.56% | 0.52% | - |
| HSV(B) | 40.58º | 0.69% | 0.79% | - |
| XYZ | 36.85 | 36.54 | 9.67 | - |
| YUV | 158.74 | 73.41 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 62 | 0 | 0.22 | 0.69 | 0.21 | 40.58 | 0.56 | 0.52 |
| Hex | C9 | 9C | 3E | 0 | 16 | 45 | 15 | 29 | 38 | 34 |
| Octal | 311 | 234 | 76 | 0 | 26 | 105 | 25 | 51 | 70 | 64 |
| Binary | 11001001 | 10011100 | 111110 | 0 | 10110 | 1000101 | 10101 | 101001 | 111000 | 110100 |
Color Harmonies of #C99C3E
Complementary color
Monochromatic Colors of #C99C3E
Black with #C99C3E
Text Example
Text Example
White with #C99C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C3E; }
p { color: rgb(201,156,62); }
H1.HeaderClassName
{
color: #C99C3E;
}
.AnyTagClassName
{
color: #C99C3E;
}
</style>
background-color css
<style>
a { background-color: #C99C3E; }
a { background-color: rgb(201,156,62); }
div.DivClassName
{
background-color: #C99C3E;
}
.BgClassName
{
background-color: #C99C3E;
}
</style>
border-color css
<style>
span { border-color: #C99C3E; }
span { border-color: rgb(201,156,62); }
td.TdClassName
{
border-color: #C99C3E;
}
.TagClassName
{
border-color: #C99C3E;
}
</style>