Shades of Anzac #C99943
Tints of Anzac #C99943
RGB
CMYK
RGB Variations
Color information
#C99943 (or 0xC99943) is known color: Anzac. HEX triplet: C9, 99 and 43. RGB value is (201,153,67). Sum of RGB (Red+Green+Blue) = 201+153+67=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C99943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99943 is #3666BC. Grayscale: #9D9D9D. Windows color (decimal): -3565245 or 4430281. OLE color: 4430281.
HSL color Cylindrical-coordinate representation of color #C99943: hue angle of 38.51º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C99943 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 67 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.21 |
| HSL | 38.51º | 0.55% | 0.53% | - |
| HSV(B) | 38.51º | 0.67% | 0.79% | - |
| XYZ | 36.49 | 35.61 | 10.26 | - |
| YUV | 157.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 67 | 0 | 0.24 | 0.67 | 0.21 | 38.51 | 0.55 | 0.53 |
| Hex | C9 | 99 | 43 | 0 | 18 | 43 | 15 | 27 | 37 | 35 |
| Octal | 311 | 231 | 103 | 0 | 30 | 103 | 25 | 47 | 67 | 65 |
| Binary | 11001001 | 10011001 | 1000011 | 0 | 11000 | 1000011 | 10101 | 100111 | 110111 | 110101 |
Color Harmonies of #C99943
Complementary color
Monochromatic Colors of #C99943
Black with #C99943
Text Example
Text Example
White with #C99943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99943; }
p { color: rgb(201,153,67); }
H1.HeaderClassName
{
color: #C99943;
}
.AnyTagClassName
{
color: #C99943;
}
</style>
background-color css
<style>
a { background-color: #C99943; }
a { background-color: rgb(201,153,67); }
div.DivClassName
{
background-color: #C99943;
}
.BgClassName
{
background-color: #C99943;
}
</style>
border-color css
<style>
span { border-color: #C99943; }
span { border-color: rgb(201,153,67); }
td.TdClassName
{
border-color: #C99943;
}
.TagClassName
{
border-color: #C99943;
}
</style>