Shades of Anzac #C99645
Tints of Anzac #C99645
RGB
CMYK
RGB Variations
Color information
#C99645 (or 0xC99645) is known color: Anzac. HEX triplet: C9, 96 and 45. RGB value is (201,150,69). Sum of RGB (Red+Green+Blue) = 201+150+69=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C99645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99645 is #3669BA. Grayscale: #9C9C9C. Windows color (decimal): -3566011 or 4560585. OLE color: 4560585.
HSL color Cylindrical-coordinate representation of color #C99645: hue angle of 36.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C99645 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 69 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.21 |
| HSL | 36.82º | 0.55% | 0.53% | - |
| HSV(B) | 36.82º | 0.66% | 0.79% | - |
| XYZ | 36.07 | 34.66 | 10.42 | - |
| YUV | 156.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 69 | 0 | 0.25 | 0.66 | 0.21 | 36.82 | 0.55 | 0.53 |
| Hex | C9 | 96 | 45 | 0 | 19 | 42 | 15 | 25 | 37 | 35 |
| Octal | 311 | 226 | 105 | 0 | 31 | 102 | 25 | 45 | 67 | 65 |
| Binary | 11001001 | 10010110 | 1000101 | 0 | 11001 | 1000010 | 10101 | 100101 | 110111 | 110101 |
Color Harmonies of #C99645
Complementary color
Monochromatic Colors of #C99645
Black with #C99645
Text Example
Text Example
White with #C99645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99645; }
p { color: rgb(201,150,69); }
H1.HeaderClassName
{
color: #C99645;
}
.AnyTagClassName
{
color: #C99645;
}
</style>
background-color css
<style>
a { background-color: #C99645; }
a { background-color: rgb(201,150,69); }
div.DivClassName
{
background-color: #C99645;
}
.BgClassName
{
background-color: #C99645;
}
</style>
border-color css
<style>
span { border-color: #C99645; }
span { border-color: rgb(201,150,69); }
td.TdClassName
{
border-color: #C99645;
}
.TagClassName
{
border-color: #C99645;
}
</style>