Shades of Anzac #C38642
Tints of Anzac #C38642
RGB
CMYK
RGB Variations
Color information
#C38642 (or 0xC38642) is known color: Anzac. HEX triplet: C3, 86 and 42. RGB value is (195,134,66). Sum of RGB (Red+Green+Blue) = 195+134+66=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C38642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38642 is #3C79BD. Grayscale: #909090. Windows color (decimal): -3963326 or 4359875. OLE color: 4359875.
HSL color Cylindrical-coordinate representation of color #C38642: hue angle of 31.63º 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 #C38642 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 66 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.24 |
| HSL | 31.63º | 0.52% | 0.51% | - |
| HSV(B) | 31.63º | 0.66% | 0.76% | - |
| XYZ | 32.01 | 29.05 | 9.07 | - |
| YUV | 144.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 66 | 0 | 0.31 | 0.66 | 0.24 | 31.63 | 0.52 | 0.51 |
| Hex | C3 | 86 | 42 | 0 | 1F | 42 | 18 | 20 | 34 | 33 |
| Octal | 303 | 206 | 102 | 0 | 37 | 102 | 30 | 40 | 64 | 63 |
| Binary | 11000011 | 10000110 | 1000010 | 0 | 11111 | 1000010 | 11000 | 100000 | 110100 | 110011 |
Color Harmonies of #C38642
Complementary color
Monochromatic Colors of #C38642
Black with #C38642
Text Example
Text Example
White with #C38642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38642; }
p { color: rgb(195,134,66); }
H1.HeaderClassName
{
color: #C38642;
}
.AnyTagClassName
{
color: #C38642;
}
</style>
background-color css
<style>
a { background-color: #C38642; }
a { background-color: rgb(195,134,66); }
div.DivClassName
{
background-color: #C38642;
}
.BgClassName
{
background-color: #C38642;
}
</style>
border-color css
<style>
span { border-color: #C38642; }
span { border-color: rgb(195,134,66); }
td.TdClassName
{
border-color: #C38642;
}
.TagClassName
{
border-color: #C38642;
}
</style>