Shades of Geebung #CA882C
Tints of Geebung #CA882C
RGB
CMYK
RGB Variations
Color information
#CA882C (or 0xCA882C) is known color: Geebung. HEX triplet: CA, 88 and 2C. RGB value is (202,136,44). Sum of RGB (Red+Green+Blue) = 202+136+44=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA882C is #3577D3. Grayscale: #919191. Windows color (decimal): -3504084 or 2918602. OLE color: 2918602.
HSL color Cylindrical-coordinate representation of color #CA882C: hue angle of 34.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA882C is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 44 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.21 |
| HSL | 34.94º | 0.64% | 0.48% | - |
| HSV(B) | 34.94º | 0.78% | 0.79% | - |
| XYZ | 33.62 | 30.35 | 6.47 | - |
| YUV | 145.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 44 | 0 | 0.33 | 0.78 | 0.21 | 34.94 | 0.64 | 0.48 |
| Hex | CA | 88 | 2C | 0 | 21 | 4E | 15 | 23 | 40 | 30 |
| Octal | 312 | 210 | 54 | 0 | 41 | 116 | 25 | 43 | 100 | 60 |
| Binary | 11001010 | 10001000 | 101100 | 0 | 100001 | 1001110 | 10101 | 100011 | 1000000 | 110000 |
Color Harmonies of #CA882C
Complementary color
Monochromatic Colors of #CA882C
Black with #CA882C
Text Example
Text Example
White with #CA882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA882C; }
p { color: rgb(202,136,44); }
H1.HeaderClassName
{
color: #CA882C;
}
.AnyTagClassName
{
color: #CA882C;
}
</style>
background-color css
<style>
a { background-color: #CA882C; }
a { background-color: rgb(202,136,44); }
div.DivClassName
{
background-color: #CA882C;
}
.BgClassName
{
background-color: #CA882C;
}
</style>
border-color css
<style>
span { border-color: #CA882C; }
span { border-color: rgb(202,136,44); }
td.TdClassName
{
border-color: #CA882C;
}
.TagClassName
{
border-color: #CA882C;
}
</style>