Shades of Anzac #CC9B3F
Tints of Anzac #CC9B3F
RGB
CMYK
RGB Variations
Color information
#CC9B3F (or 0xCC9B3F) is known color: Anzac. HEX triplet: CC, 9B and 3F. RGB value is (204,155,63). Sum of RGB (Red+Green+Blue) = 204+155+63=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9B3F is #3364C0. Grayscale: #9F9F9F. Windows color (decimal): -3368129 or 4168652. OLE color: 4168652.
HSL color Cylindrical-coordinate representation of color #CC9B3F: hue angle of 39.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC9B3F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 63 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.2 |
| HSL | 39.15º | 0.58% | 0.52% | - |
| HSV(B) | 39.15º | 0.69% | 0.8% | - |
| XYZ | 37.52 | 36.64 | 9.8 | - |
| YUV | 159.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 63 | 0 | 0.24 | 0.69 | 0.2 | 39.15 | 0.58 | 0.52 |
| Hex | CC | 9B | 3F | 0 | 18 | 45 | 14 | 27 | 3A | 34 |
| Octal | 314 | 233 | 77 | 0 | 30 | 105 | 24 | 47 | 72 | 64 |
| Binary | 11001100 | 10011011 | 111111 | 0 | 11000 | 1000101 | 10100 | 100111 | 111010 | 110100 |
Color Harmonies of #CC9B3F
Complementary color
Monochromatic Colors of #CC9B3F
Black with #CC9B3F
Text Example
Text Example
White with #CC9B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9B3F; }
p { color: rgb(204,155,63); }
H1.HeaderClassName
{
color: #CC9B3F;
}
.AnyTagClassName
{
color: #CC9B3F;
}
</style>
background-color css
<style>
a { background-color: #CC9B3F; }
a { background-color: rgb(204,155,63); }
div.DivClassName
{
background-color: #CC9B3F;
}
.BgClassName
{
background-color: #CC9B3F;
}
</style>
border-color css
<style>
span { border-color: #CC9B3F; }
span { border-color: rgb(204,155,63); }
td.TdClassName
{
border-color: #CC9B3F;
}
.TagClassName
{
border-color: #CC9B3F;
}
</style>