Shades of Anzac #C38A42
Tints of Anzac #C38A42
RGB
CMYK
RGB Variations
Color information
#C38A42 (or 0xC38A42) is known color: Anzac. HEX triplet: C3, 8A and 42. RGB value is (195,138,66). Sum of RGB (Red+Green+Blue) = 195+138+66=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38A42 is #3C75BD. Grayscale: #939393. Windows color (decimal): -3962302 or 4360899. OLE color: 4360899.
HSL color Cylindrical-coordinate representation of color #C38A42: hue angle of 33.49º 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 #C38A42 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 66 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.24 |
| HSL | 33.49º | 0.52% | 0.51% | - |
| HSV(B) | 33.49º | 0.66% | 0.76% | - |
| XYZ | 32.58 | 30.17 | 9.26 | - |
| YUV | 146.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 66 | 0 | 0.29 | 0.66 | 0.24 | 33.49 | 0.52 | 0.51 |
| Hex | C3 | 8A | 42 | 0 | 1D | 42 | 18 | 21 | 34 | 33 |
| Octal | 303 | 212 | 102 | 0 | 35 | 102 | 30 | 41 | 64 | 63 |
| Binary | 11000011 | 10001010 | 1000010 | 0 | 11101 | 1000010 | 11000 | 100001 | 110100 | 110011 |
Color Harmonies of #C38A42
Complementary color
Monochromatic Colors of #C38A42
Black with #C38A42
Text Example
Text Example
White with #C38A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A42; }
p { color: rgb(195,138,66); }
H1.HeaderClassName
{
color: #C38A42;
}
.AnyTagClassName
{
color: #C38A42;
}
</style>
background-color css
<style>
a { background-color: #C38A42; }
a { background-color: rgb(195,138,66); }
div.DivClassName
{
background-color: #C38A42;
}
.BgClassName
{
background-color: #C38A42;
}
</style>
border-color css
<style>
span { border-color: #C38A42; }
span { border-color: rgb(195,138,66); }
td.TdClassName
{
border-color: #C38A42;
}
.TagClassName
{
border-color: #C38A42;
}
</style>