Shades of Anzac #CB9344
Tints of Anzac #CB9344
RGB
CMYK
RGB Variations
Color information
#CB9344 (or 0xCB9344) is known color: Anzac. HEX triplet: CB, 93 and 44. RGB value is (203,147,68). Sum of RGB (Red+Green+Blue) = 203+147+68=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9344 is #346CBB. Grayscale: #9B9B9B. Windows color (decimal): -3435708 or 4494283. OLE color: 4494283.
HSL color Cylindrical-coordinate representation of color #CB9344: hue angle of 35.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB9344 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 68 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.20 |
| HSL | 35.11º | 0.56% | 0.53% | - |
| HSV(B) | 35.11º | 0.67% | 0.8% | - |
| XYZ | 36.11 | 33.98 | 10.12 | - |
| YUV | 154.74 | 79.05 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 68 | 0 | 0.28 | 0.67 | 0.20 | 35.11 | 0.56 | 0.53 |
| Hex | CB | 93 | 44 | 0 | 1C | 43 | 14 | 23 | 38 | 35 |
| Octal | 313 | 223 | 104 | 0 | 34 | 103 | 24 | 43 | 70 | 65 |
| Binary | 11001011 | 10010011 | 1000100 | 0 | 11100 | 1000011 | 10100 | 100011 | 111000 | 110101 |
Color Harmonies of #CB9344
Complementary color
Monochromatic Colors of #CB9344
Black with #CB9344
Text Example
Text Example
White with #CB9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9344; }
p { color: rgb(203,147,68); }
H1.HeaderClassName
{
color: #CB9344;
}
.AnyTagClassName
{
color: #CB9344;
}
</style>
background-color css
<style>
a { background-color: #CB9344; }
a { background-color: rgb(203,147,68); }
div.DivClassName
{
background-color: #CB9344;
}
.BgClassName
{
background-color: #CB9344;
}
</style>
border-color css
<style>
span { border-color: #CB9344; }
span { border-color: rgb(203,147,68); }
td.TdClassName
{
border-color: #CB9344;
}
.TagClassName
{
border-color: #CB9344;
}
</style>