Shades of Anzac #C38A43
Tints of Anzac #C38A43
RGB
CMYK
RGB Variations
Color information
#C38A43 (or 0xC38A43) is known color: Anzac. HEX triplet: C3, 8A and 43. RGB value is (195,138,67). Sum of RGB (Red+Green+Blue) = 195+138+67=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A43 is #3C75BC. Grayscale: #939393. Windows color (decimal): -3962301 or 4426435. OLE color: 4426435.
HSL color Cylindrical-coordinate representation of color #C38A43: hue angle of 33.28º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C38A43 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 67 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.24 |
| HSL | 33.28º | 0.52% | 0.51% | - |
| HSV(B) | 33.28º | 0.66% | 0.76% | - |
| XYZ | 32.61 | 30.18 | 9.42 | - |
| YUV | 146.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 67 | 0 | 0.29 | 0.66 | 0.24 | 33.28 | 0.52 | 0.51 |
| Hex | C3 | 8A | 43 | 0 | 1D | 42 | 18 | 21 | 34 | 33 |
| Octal | 303 | 212 | 103 | 0 | 35 | 102 | 30 | 41 | 64 | 63 |
| Binary | 11000011 | 10001010 | 1000011 | 0 | 11101 | 1000010 | 11000 | 100001 | 110100 | 110011 |
Color Harmonies of #C38A43
Complementary color
Monochromatic Colors of #C38A43
Black with #C38A43
Text Example
Text Example
White with #C38A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A43; }
p { color: rgb(195,138,67); }
H1.HeaderClassName
{
color: #C38A43;
}
.AnyTagClassName
{
color: #C38A43;
}
</style>
background-color css
<style>
a { background-color: #C38A43; }
a { background-color: rgb(195,138,67); }
div.DivClassName
{
background-color: #C38A43;
}
.BgClassName
{
background-color: #C38A43;
}
</style>
border-color css
<style>
span { border-color: #C38A43; }
span { border-color: rgb(195,138,67); }
td.TdClassName
{
border-color: #C38A43;
}
.TagClassName
{
border-color: #C38A43;
}
</style>