Shades of Anzac #CB983E
Tints of Anzac #CB983E
RGB
CMYK
RGB Variations
Color information
#CB983E (or 0xCB983E) is known color: Anzac. HEX triplet: CB, 98 and 3E. RGB value is (203,152,62). Sum of RGB (Red+Green+Blue) = 203+152+62=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB983E is #3467C1. Grayscale: #9D9D9D. Windows color (decimal): -3434434 or 4102347. OLE color: 4102347.
HSL color Cylindrical-coordinate representation of color #CB983E: hue angle of 38.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB983E is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 62 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.20 |
| HSL | 38.3º | 0.58% | 0.52% | - |
| HSV(B) | 38.3º | 0.69% | 0.8% | - |
| XYZ | 36.73 | 35.5 | 9.47 | - |
| YUV | 156.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 62 | 0 | 0.25 | 0.69 | 0.20 | 38.3 | 0.58 | 0.52 |
| Hex | CB | 98 | 3E | 0 | 19 | 45 | 14 | 26 | 3A | 34 |
| Octal | 313 | 230 | 76 | 0 | 31 | 105 | 24 | 46 | 72 | 64 |
| Binary | 11001011 | 10011000 | 111110 | 0 | 11001 | 1000101 | 10100 | 100110 | 111010 | 110100 |
Color Harmonies of #CB983E
Complementary color
Monochromatic Colors of #CB983E
Black with #CB983E
Text Example
Text Example
White with #CB983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB983E; }
p { color: rgb(203,152,62); }
H1.HeaderClassName
{
color: #CB983E;
}
.AnyTagClassName
{
color: #CB983E;
}
</style>
background-color css
<style>
a { background-color: #CB983E; }
a { background-color: rgb(203,152,62); }
div.DivClassName
{
background-color: #CB983E;
}
.BgClassName
{
background-color: #CB983E;
}
</style>
border-color css
<style>
span { border-color: #CB983E; }
span { border-color: rgb(203,152,62); }
td.TdClassName
{
border-color: #CB983E;
}
.TagClassName
{
border-color: #CB983E;
}
</style>