Shades of Anzac #C39640
Tints of Anzac #C39640
RGB
CMYK
RGB Variations
Color information
#C39640 (or 0xC39640) is known color: Anzac. HEX triplet: C3, 96 and 40. RGB value is (195,150,64). Sum of RGB (Red+Green+Blue) = 195+150+64=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C39640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39640 is #3C69BF. Grayscale: #9A9A9A. Windows color (decimal): -3959232 or 4232899. OLE color: 4232899.
HSL color Cylindrical-coordinate representation of color #C39640: hue angle of 39.39º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C39640 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 64 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.24 |
| HSL | 39.39º | 0.52% | 0.51% | - |
| HSV(B) | 39.39º | 0.67% | 0.76% | - |
| XYZ | 34.34 | 33.78 | 9.56 | - |
| YUV | 153.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 64 | 0 | 0.23 | 0.67 | 0.24 | 39.39 | 0.52 | 0.51 |
| Hex | C3 | 96 | 40 | 0 | 17 | 43 | 18 | 27 | 34 | 33 |
| Octal | 303 | 226 | 100 | 0 | 27 | 103 | 30 | 47 | 64 | 63 |
| Binary | 11000011 | 10010110 | 1000000 | 0 | 10111 | 1000011 | 11000 | 100111 | 110100 | 110011 |
Color Harmonies of #C39640
Complementary color
Monochromatic Colors of #C39640
Black with #C39640
Text Example
Text Example
White with #C39640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39640; }
p { color: rgb(195,150,64); }
H1.HeaderClassName
{
color: #C39640;
}
.AnyTagClassName
{
color: #C39640;
}
</style>
background-color css
<style>
a { background-color: #C39640; }
a { background-color: rgb(195,150,64); }
div.DivClassName
{
background-color: #C39640;
}
.BgClassName
{
background-color: #C39640;
}
</style>
border-color css
<style>
span { border-color: #C39640; }
span { border-color: rgb(195,150,64); }
td.TdClassName
{
border-color: #C39640;
}
.TagClassName
{
border-color: #C39640;
}
</style>