Shades of Anzac #C99642
Tints of Anzac #C99642
RGB
CMYK
RGB Variations
Color information
#C99642 (or 0xC99642) is known color: Anzac. HEX triplet: C9, 96 and 42. RGB value is (201,150,66). Sum of RGB (Red+Green+Blue) = 201+150+66=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C99642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99642 is #3669BD. Grayscale: #9C9C9C. Windows color (decimal): -3566014 or 4363977. OLE color: 4363977.
HSL color Cylindrical-coordinate representation of color #C99642: hue angle of 37.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C99642 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 66 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.21 |
| HSL | 37.33º | 0.56% | 0.52% | - |
| HSV(B) | 37.33º | 0.67% | 0.79% | - |
| XYZ | 35.98 | 34.62 | 9.94 | - |
| YUV | 155.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 66 | 0 | 0.25 | 0.67 | 0.21 | 37.33 | 0.56 | 0.52 |
| Hex | C9 | 96 | 42 | 0 | 19 | 43 | 15 | 25 | 38 | 34 |
| Octal | 311 | 226 | 102 | 0 | 31 | 103 | 25 | 45 | 70 | 64 |
| Binary | 11001001 | 10010110 | 1000010 | 0 | 11001 | 1000011 | 10101 | 100101 | 111000 | 110100 |
Color Harmonies of #C99642
Complementary color
Monochromatic Colors of #C99642
Black with #C99642
Text Example
Text Example
White with #C99642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99642; }
p { color: rgb(201,150,66); }
H1.HeaderClassName
{
color: #C99642;
}
.AnyTagClassName
{
color: #C99642;
}
</style>
background-color css
<style>
a { background-color: #C99642; }
a { background-color: rgb(201,150,66); }
div.DivClassName
{
background-color: #C99642;
}
.BgClassName
{
background-color: #C99642;
}
</style>
border-color css
<style>
span { border-color: #C99642; }
span { border-color: rgb(201,150,66); }
td.TdClassName
{
border-color: #C99642;
}
.TagClassName
{
border-color: #C99642;
}
</style>