Shades of Geebung #CB822A
Tints of Geebung #CB822A
RGB
CMYK
RGB Variations
Color information
#CB822A (or 0xCB822A) is known color: Geebung. HEX triplet: CB, 82 and 2A. RGB value is (203,130,42). Sum of RGB (Red+Green+Blue) = 203+130+42=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB822A is #347DD5. Grayscale: #8E8E8E. Windows color (decimal): -3440086 or 2785995. OLE color: 2785995.
HSL color Cylindrical-coordinate representation of color #CB822A: hue angle of 32.8º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB822A is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 42 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.20 |
| HSL | 32.8º | 0.66% | 0.48% | - |
| HSV(B) | 32.8º | 0.79% | 0.8% | - |
| XYZ | 33.03 | 28.83 | 6.01 | - |
| YUV | 141.8 | 71.68 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 42 | 0 | 0.36 | 0.79 | 0.20 | 32.8 | 0.66 | 0.48 |
| Hex | CB | 82 | 2A | 0 | 24 | 4F | 14 | 21 | 42 | 30 |
| Octal | 313 | 202 | 52 | 0 | 44 | 117 | 24 | 41 | 102 | 60 |
| Binary | 11001011 | 10000010 | 101010 | 0 | 100100 | 1001111 | 10100 | 100001 | 1000010 | 110000 |
Color Harmonies of #CB822A
Complementary color
Monochromatic Colors of #CB822A
Black with #CB822A
Text Example
Text Example
White with #CB822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB822A; }
p { color: rgb(203,130,42); }
H1.HeaderClassName
{
color: #CB822A;
}
.AnyTagClassName
{
color: #CB822A;
}
</style>
background-color css
<style>
a { background-color: #CB822A; }
a { background-color: rgb(203,130,42); }
div.DivClassName
{
background-color: #CB822A;
}
.BgClassName
{
background-color: #CB822A;
}
</style>
border-color css
<style>
span { border-color: #CB822A; }
span { border-color: rgb(203,130,42); }
td.TdClassName
{
border-color: #CB822A;
}
.TagClassName
{
border-color: #CB822A;
}
</style>