Shades of Anzac #C99343
Tints of Anzac #C99343
RGB
CMYK
RGB Variations
Color information
#C99343 (or 0xC99343) is known color: Anzac. HEX triplet: C9, 93 and 43. RGB value is (201,147,67). Sum of RGB (Red+Green+Blue) = 201+147+67=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C99343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99343 is #366CBC. Grayscale: #9A9A9A. Windows color (decimal): -3566781 or 4428745. OLE color: 4428745.
HSL color Cylindrical-coordinate representation of color #C99343: hue angle of 35.82º 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 #C99343 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 67 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.21 |
| HSL | 35.82º | 0.55% | 0.53% | - |
| HSV(B) | 35.82º | 0.67% | 0.79% | - |
| XYZ | 35.53 | 33.69 | 9.94 | - |
| YUV | 154.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 67 | 0 | 0.27 | 0.67 | 0.21 | 35.82 | 0.55 | 0.53 |
| Hex | C9 | 93 | 43 | 0 | 1B | 43 | 15 | 24 | 37 | 35 |
| Octal | 311 | 223 | 103 | 0 | 33 | 103 | 25 | 44 | 67 | 65 |
| Binary | 11001001 | 10010011 | 1000011 | 0 | 11011 | 1000011 | 10101 | 100100 | 110111 | 110101 |
Color Harmonies of #C99343
Complementary color
Monochromatic Colors of #C99343
Black with #C99343
Text Example
Text Example
White with #C99343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99343; }
p { color: rgb(201,147,67); }
H1.HeaderClassName
{
color: #C99343;
}
.AnyTagClassName
{
color: #C99343;
}
</style>
background-color css
<style>
a { background-color: #C99343; }
a { background-color: rgb(201,147,67); }
div.DivClassName
{
background-color: #C99343;
}
.BgClassName
{
background-color: #C99343;
}
</style>
border-color css
<style>
span { border-color: #C99343; }
span { border-color: rgb(201,147,67); }
td.TdClassName
{
border-color: #C99343;
}
.TagClassName
{
border-color: #C99343;
}
</style>