Shades of Geebung #CB882A
Tints of Geebung #CB882A
RGB
CMYK
RGB Variations
Color information
#CB882A (or 0xCB882A) is known color: Geebung. HEX triplet: CB, 88 and 2A. RGB value is (203,136,42). Sum of RGB (Red+Green+Blue) = 203+136+42=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB882A is #3477D5. Grayscale: #919191. Windows color (decimal): -3438550 or 2787531. OLE color: 2787531.
HSL color Cylindrical-coordinate representation of color #CB882A: hue angle of 35.03º 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 #CB882A is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 42 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.20 |
| HSL | 35.03º | 0.66% | 0.48% | - |
| HSV(B) | 35.03º | 0.79% | 0.8% | - |
| XYZ | 33.85 | 30.47 | 6.29 | - |
| YUV | 145.32 | 69.7 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 42 | 0 | 0.33 | 0.79 | 0.20 | 35.03 | 0.66 | 0.48 |
| Hex | CB | 88 | 2A | 0 | 21 | 4F | 14 | 23 | 42 | 30 |
| Octal | 313 | 210 | 52 | 0 | 41 | 117 | 24 | 43 | 102 | 60 |
| Binary | 11001011 | 10001000 | 101010 | 0 | 100001 | 1001111 | 10100 | 100011 | 1000010 | 110000 |
Color Harmonies of #CB882A
Complementary color
Monochromatic Colors of #CB882A
Black with #CB882A
Text Example
Text Example
White with #CB882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB882A; }
p { color: rgb(203,136,42); }
H1.HeaderClassName
{
color: #CB882A;
}
.AnyTagClassName
{
color: #CB882A;
}
</style>
background-color css
<style>
a { background-color: #CB882A; }
a { background-color: rgb(203,136,42); }
div.DivClassName
{
background-color: #CB882A;
}
.BgClassName
{
background-color: #CB882A;
}
</style>
border-color css
<style>
span { border-color: #CB882A; }
span { border-color: rgb(203,136,42); }
td.TdClassName
{
border-color: #CB882A;
}
.TagClassName
{
border-color: #CB882A;
}
</style>