Shades of Anzac #C8953B
Tints of Anzac #C8953B
RGB
CMYK
RGB Variations
Color information
#C8953B (or 0xC8953B) is known color: Anzac. HEX triplet: C8, 95 and 3B. RGB value is (200,149,59). Sum of RGB (Red+Green+Blue) = 200+149+59=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8953B is #376AC4. Grayscale: #9A9A9A. Windows color (decimal): -3631813 or 3904968. OLE color: 3904968.
HSL color Cylindrical-coordinate representation of color #C8953B: hue angle of 38.3º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8953B is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 59 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.22 |
| HSL | 38.3º | 0.56% | 0.51% | - |
| HSV(B) | 38.3º | 0.71% | 0.78% | - |
| XYZ | 35.36 | 34.09 | 8.85 | - |
| YUV | 153.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 59 | 0 | 0.26 | 0.70 | 0.22 | 38.3 | 0.56 | 0.51 |
| Hex | C8 | 95 | 3B | 0 | 1A | 46 | 16 | 26 | 38 | 33 |
| Octal | 310 | 225 | 73 | 0 | 32 | 106 | 26 | 46 | 70 | 63 |
| Binary | 11001000 | 10010101 | 111011 | 0 | 11010 | 1000110 | 10110 | 100110 | 111000 | 110011 |
Color Harmonies of #C8953B
Complementary color
Monochromatic Colors of #C8953B
Black with #C8953B
Text Example
Text Example
White with #C8953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8953B; }
p { color: rgb(200,149,59); }
H1.HeaderClassName
{
color: #C8953B;
}
.AnyTagClassName
{
color: #C8953B;
}
</style>
background-color css
<style>
a { background-color: #C8953B; }
a { background-color: rgb(200,149,59); }
div.DivClassName
{
background-color: #C8953B;
}
.BgClassName
{
background-color: #C8953B;
}
</style>
border-color css
<style>
span { border-color: #C8953B; }
span { border-color: rgb(200,149,59); }
td.TdClassName
{
border-color: #C8953B;
}
.TagClassName
{
border-color: #C8953B;
}
</style>