Shades of Geebung #CA852C
Tints of Geebung #CA852C
RGB
CMYK
RGB Variations
Color information
#CA852C (or 0xCA852C) is known color: Geebung. HEX triplet: CA, 85 and 2C. RGB value is (202,133,44). Sum of RGB (Red+Green+Blue) = 202+133+44=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA852C is #357AD3. Grayscale: #8F8F8F. Windows color (decimal): -3504852 or 2917834. OLE color: 2917834.
HSL color Cylindrical-coordinate representation of color #CA852C: hue angle of 33.8º 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 #CA852C is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 44 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.21 |
| HSL | 33.8º | 0.64% | 0.48% | - |
| HSV(B) | 33.8º | 0.78% | 0.79% | - |
| XYZ | 33.2 | 29.51 | 6.33 | - |
| YUV | 143.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 44 | 0 | 0.34 | 0.78 | 0.21 | 33.8 | 0.64 | 0.48 |
| Hex | CA | 85 | 2C | 0 | 22 | 4E | 15 | 22 | 40 | 30 |
| Octal | 312 | 205 | 54 | 0 | 42 | 116 | 25 | 42 | 100 | 60 |
| Binary | 11001010 | 10000101 | 101100 | 0 | 100010 | 1001110 | 10101 | 100010 | 1000000 | 110000 |
Color Harmonies of #CA852C
Complementary color
Monochromatic Colors of #CA852C
Black with #CA852C
Text Example
Text Example
White with #CA852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA852C; }
p { color: rgb(202,133,44); }
H1.HeaderClassName
{
color: #CA852C;
}
.AnyTagClassName
{
color: #CA852C;
}
</style>
background-color css
<style>
a { background-color: #CA852C; }
a { background-color: rgb(202,133,44); }
div.DivClassName
{
background-color: #CA852C;
}
.BgClassName
{
background-color: #CA852C;
}
</style>
border-color css
<style>
span { border-color: #CA852C; }
span { border-color: rgb(202,133,44); }
td.TdClassName
{
border-color: #CA852C;
}
.TagClassName
{
border-color: #CA852C;
}
</style>