Shades of Anzac #CB904A
Tints of Anzac #CB904A
RGB
CMYK
RGB Variations
Color information
#CB904A (or 0xCB904A) is known color: Anzac. HEX triplet: CB, 90 and 4A. RGB value is (203,144,74). Sum of RGB (Red+Green+Blue) = 203+144+74=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB904A is #346FB5. Grayscale: #9A9A9A. Windows color (decimal): -3436470 or 4886731. OLE color: 4886731.
HSL color Cylindrical-coordinate representation of color #CB904A: hue angle of 32.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB904A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 74 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.20 |
| HSL | 32.56º | 0.55% | 0.54% | - |
| HSV(B) | 32.56º | 0.64% | 0.8% | - |
| XYZ | 35.84 | 33.14 | 10.99 | - |
| YUV | 153.66 | 83.05 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 74 | 0 | 0.29 | 0.64 | 0.20 | 32.56 | 0.55 | 0.54 |
| Hex | CB | 90 | 4A | 0 | 1D | 40 | 14 | 21 | 37 | 36 |
| Octal | 313 | 220 | 112 | 0 | 35 | 100 | 24 | 41 | 67 | 66 |
| Binary | 11001011 | 10010000 | 1001010 | 0 | 11101 | 1000000 | 10100 | 100001 | 110111 | 110110 |
Color Harmonies of #CB904A
Complementary color
Monochromatic Colors of #CB904A
Black with #CB904A
Text Example
Text Example
White with #CB904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB904A; }
p { color: rgb(203,144,74); }
H1.HeaderClassName
{
color: #CB904A;
}
.AnyTagClassName
{
color: #CB904A;
}
</style>
background-color css
<style>
a { background-color: #CB904A; }
a { background-color: rgb(203,144,74); }
div.DivClassName
{
background-color: #CB904A;
}
.BgClassName
{
background-color: #CB904A;
}
</style>
border-color css
<style>
span { border-color: #CB904A; }
span { border-color: rgb(203,144,74); }
td.TdClassName
{
border-color: #CB904A;
}
.TagClassName
{
border-color: #CB904A;
}
</style>