Shades of Anzac #CB933B
Tints of Anzac #CB933B
RGB
CMYK
RGB Variations
Color information
#CB933B (or 0xCB933B) is known color: Anzac. HEX triplet: CB, 93 and 3B. RGB value is (203,147,59). Sum of RGB (Red+Green+Blue) = 203+147+59=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB933B is #346CC4. Grayscale: #9A9A9A. Windows color (decimal): -3435717 or 3904459. OLE color: 3904459.
HSL color Cylindrical-coordinate representation of color #CB933B: hue angle of 36.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB933B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 59 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.20 |
| HSL | 36.67º | 0.58% | 0.51% | - |
| HSV(B) | 36.67º | 0.71% | 0.8% | - |
| XYZ | 35.85 | 33.88 | 8.79 | - |
| YUV | 153.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 59 | 0 | 0.28 | 0.71 | 0.20 | 36.67 | 0.58 | 0.51 |
| Hex | CB | 93 | 3B | 0 | 1C | 47 | 14 | 25 | 3A | 33 |
| Octal | 313 | 223 | 73 | 0 | 34 | 107 | 24 | 45 | 72 | 63 |
| Binary | 11001011 | 10010011 | 111011 | 0 | 11100 | 1000111 | 10100 | 100101 | 111010 | 110011 |
Color Harmonies of #CB933B
Complementary color
Monochromatic Colors of #CB933B
Black with #CB933B
Text Example
Text Example
White with #CB933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB933B; }
p { color: rgb(203,147,59); }
H1.HeaderClassName
{
color: #CB933B;
}
.AnyTagClassName
{
color: #CB933B;
}
</style>
background-color css
<style>
a { background-color: #CB933B; }
a { background-color: rgb(203,147,59); }
div.DivClassName
{
background-color: #CB933B;
}
.BgClassName
{
background-color: #CB933B;
}
</style>
border-color css
<style>
span { border-color: #CB933B; }
span { border-color: rgb(203,147,59); }
td.TdClassName
{
border-color: #CB933B;
}
.TagClassName
{
border-color: #CB933B;
}
</style>