Shades of Geebung #CA8C20
Tints of Geebung #CA8C20
RGB
CMYK
RGB Variations
Color information
#CA8C20 (or 0xCA8C20) is known color: Geebung. HEX triplet: CA, 8C and 20. RGB value is (202,140,32). Sum of RGB (Red+Green+Blue) = 202+140+32=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C20 is #3573DF. Grayscale: #929292. Windows color (decimal): -3503072 or 2133194. OLE color: 2133194.
HSL color Cylindrical-coordinate representation of color #CA8C20: hue angle of 38.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA8C20 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 32 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.21 |
| HSL | 38.12º | 0.73% | 0.46% | - |
| HSV(B) | 38.12º | 0.84% | 0.79% | - |
| XYZ | 34 | 31.42 | 5.64 | - |
| YUV | 146.23 | 63.54 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 32 | 0 | 0.31 | 0.84 | 0.21 | 38.12 | 0.73 | 0.46 |
| Hex | CA | 8C | 20 | 0 | 1F | 54 | 15 | 26 | 49 | 2E |
| Octal | 312 | 214 | 40 | 0 | 37 | 124 | 25 | 46 | 111 | 56 |
| Binary | 11001010 | 10001100 | 100000 | 0 | 11111 | 1010100 | 10101 | 100110 | 1001001 | 101110 |
Color Harmonies of #CA8C20
Complementary color
Monochromatic Colors of #CA8C20
Black with #CA8C20
Text Example
Text Example
White with #CA8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C20; }
p { color: rgb(202,140,32); }
H1.HeaderClassName
{
color: #CA8C20;
}
.AnyTagClassName
{
color: #CA8C20;
}
</style>
background-color css
<style>
a { background-color: #CA8C20; }
a { background-color: rgb(202,140,32); }
div.DivClassName
{
background-color: #CA8C20;
}
.BgClassName
{
background-color: #CA8C20;
}
</style>
border-color css
<style>
span { border-color: #CA8C20; }
span { border-color: rgb(202,140,32); }
td.TdClassName
{
border-color: #CA8C20;
}
.TagClassName
{
border-color: #CA8C20;
}
</style>