Shades of Anzac #CB923C
Tints of Anzac #CB923C
RGB
CMYK
RGB Variations
Color information
#CB923C (or 0xCB923C) is known color: Anzac. HEX triplet: CB, 92 and 3C. RGB value is (203,146,60). Sum of RGB (Red+Green+Blue) = 203+146+60=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB923C is #346DC3. Grayscale: #999999. Windows color (decimal): -3435972 or 3969739. OLE color: 3969739.
HSL color Cylindrical-coordinate representation of color #CB923C: hue angle of 36.08º 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 #CB923C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 60 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.20 |
| HSL | 36.08º | 0.58% | 0.52% | - |
| HSV(B) | 36.08º | 0.7% | 0.8% | - |
| XYZ | 35.72 | 33.58 | 8.87 | - |
| YUV | 153.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 60 | 0 | 0.28 | 0.70 | 0.20 | 36.08 | 0.58 | 0.52 |
| Hex | CB | 92 | 3C | 0 | 1C | 46 | 14 | 24 | 3A | 34 |
| Octal | 313 | 222 | 74 | 0 | 34 | 106 | 24 | 44 | 72 | 64 |
| Binary | 11001011 | 10010010 | 111100 | 0 | 11100 | 1000110 | 10100 | 100100 | 111010 | 110100 |
Color Harmonies of #CB923C
Complementary color
Monochromatic Colors of #CB923C
Black with #CB923C
Text Example
Text Example
White with #CB923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB923C; }
p { color: rgb(203,146,60); }
H1.HeaderClassName
{
color: #CB923C;
}
.AnyTagClassName
{
color: #CB923C;
}
</style>
background-color css
<style>
a { background-color: #CB923C; }
a { background-color: rgb(203,146,60); }
div.DivClassName
{
background-color: #CB923C;
}
.BgClassName
{
background-color: #CB923C;
}
</style>
border-color css
<style>
span { border-color: #CB923C; }
span { border-color: rgb(203,146,60); }
td.TdClassName
{
border-color: #CB923C;
}
.TagClassName
{
border-color: #CB923C;
}
</style>