Shades of Anzac #CB8C3C
Tints of Anzac #CB8C3C
RGB
CMYK
RGB Variations
Color information
#CB8C3C (or 0xCB8C3C) is known color: Anzac. HEX triplet: CB, 8C and 3C. RGB value is (203,140,60). Sum of RGB (Red+Green+Blue) = 203+140+60=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C3C is #3473C3. Grayscale: #969696. Windows color (decimal): -3437508 or 3968203. OLE color: 3968203.
HSL color Cylindrical-coordinate representation of color #CB8C3C: hue angle of 33.57º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB8C3C is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 60 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.20 |
| HSL | 33.57º | 0.58% | 0.52% | - |
| HSV(B) | 33.57º | 0.7% | 0.8% | - |
| XYZ | 34.82 | 31.78 | 8.57 | - |
| YUV | 149.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 60 | 0 | 0.31 | 0.70 | 0.20 | 33.57 | 0.58 | 0.52 |
| Hex | CB | 8C | 3C | 0 | 1F | 46 | 14 | 22 | 3A | 34 |
| Octal | 313 | 214 | 74 | 0 | 37 | 106 | 24 | 42 | 72 | 64 |
| Binary | 11001011 | 10001100 | 111100 | 0 | 11111 | 1000110 | 10100 | 100010 | 111010 | 110100 |
Color Harmonies of #CB8C3C
Complementary color
Monochromatic Colors of #CB8C3C
Black with #CB8C3C
Text Example
Text Example
White with #CB8C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C3C; }
p { color: rgb(203,140,60); }
H1.HeaderClassName
{
color: #CB8C3C;
}
.AnyTagClassName
{
color: #CB8C3C;
}
</style>
background-color css
<style>
a { background-color: #CB8C3C; }
a { background-color: rgb(203,140,60); }
div.DivClassName
{
background-color: #CB8C3C;
}
.BgClassName
{
background-color: #CB8C3C;
}
</style>
border-color css
<style>
span { border-color: #CB8C3C; }
span { border-color: rgb(203,140,60); }
td.TdClassName
{
border-color: #CB8C3C;
}
.TagClassName
{
border-color: #CB8C3C;
}
</style>