Shades of Anzac #C99A3D
Tints of Anzac #C99A3D
RGB
CMYK
RGB Variations
Color information
#C99A3D (or 0xC99A3D) is known color: Anzac. HEX triplet: C9, 9A and 3D. RGB value is (201,154,61). Sum of RGB (Red+Green+Blue) = 201+154+61=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A3D is #3665C2. Grayscale: #9D9D9D. Windows color (decimal): -3564995 or 4037321. OLE color: 4037321.
HSL color Cylindrical-coordinate representation of color #C99A3D: hue angle of 39.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C99A3D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 154 | 61 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.21 |
| HSL | 39.86º | 0.56% | 0.51% | - |
| HSV(B) | 39.86º | 0.7% | 0.79% | - |
| XYZ | 36.49 | 35.87 | 9.41 | - |
| YUV | 157.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 61 | 0 | 0.23 | 0.70 | 0.21 | 39.86 | 0.56 | 0.51 |
| Hex | C9 | 9A | 3D | 0 | 17 | 46 | 15 | 28 | 38 | 33 |
| Octal | 311 | 232 | 75 | 0 | 27 | 106 | 25 | 50 | 70 | 63 |
| Binary | 11001001 | 10011010 | 111101 | 0 | 10111 | 1000110 | 10101 | 101000 | 111000 | 110011 |
Color Harmonies of #C99A3D
Complementary color
Monochromatic Colors of #C99A3D
Black with #C99A3D
Text Example
Text Example
White with #C99A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99A3D; }
p { color: rgb(201,154,61); }
H1.HeaderClassName
{
color: #C99A3D;
}
.AnyTagClassName
{
color: #C99A3D;
}
</style>
background-color css
<style>
a { background-color: #C99A3D; }
a { background-color: rgb(201,154,61); }
div.DivClassName
{
background-color: #C99A3D;
}
.BgClassName
{
background-color: #C99A3D;
}
</style>
border-color css
<style>
span { border-color: #C99A3D; }
span { border-color: rgb(201,154,61); }
td.TdClassName
{
border-color: #C99A3D;
}
.TagClassName
{
border-color: #C99A3D;
}
</style>