Shades of Geebung #CA8C29
Tints of Geebung #CA8C29
RGB
CMYK
RGB Variations
Color information
#CA8C29 (or 0xCA8C29) is known color: Geebung. HEX triplet: CA, 8C and 29. RGB value is (202,140,41). Sum of RGB (Red+Green+Blue) = 202+140+41=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C29 is #3573D6. Grayscale: #939393. Windows color (decimal): -3503063 or 2723018. OLE color: 2723018.
HSL color Cylindrical-coordinate representation of color #CA8C29: hue angle of 36.89º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA8C29 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 41 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.21 |
| HSL | 36.89º | 0.66% | 0.48% | - |
| HSV(B) | 36.89º | 0.8% | 0.79% | - |
| XYZ | 34.14 | 31.47 | 6.37 | - |
| YUV | 147.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 41 | 0 | 0.31 | 0.80 | 0.21 | 36.89 | 0.66 | 0.48 |
| Hex | CA | 8C | 29 | 0 | 1F | 50 | 15 | 25 | 42 | 30 |
| Octal | 312 | 214 | 51 | 0 | 37 | 120 | 25 | 45 | 102 | 60 |
| Binary | 11001010 | 10001100 | 101001 | 0 | 11111 | 1010000 | 10101 | 100101 | 1000010 | 110000 |
Color Harmonies of #CA8C29
Complementary color
Monochromatic Colors of #CA8C29
Black with #CA8C29
Text Example
Text Example
White with #CA8C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C29; }
p { color: rgb(202,140,41); }
H1.HeaderClassName
{
color: #CA8C29;
}
.AnyTagClassName
{
color: #CA8C29;
}
</style>
background-color css
<style>
a { background-color: #CA8C29; }
a { background-color: rgb(202,140,41); }
div.DivClassName
{
background-color: #CA8C29;
}
.BgClassName
{
background-color: #CA8C29;
}
</style>
border-color css
<style>
span { border-color: #CA8C29; }
span { border-color: rgb(202,140,41); }
td.TdClassName
{
border-color: #CA8C29;
}
.TagClassName
{
border-color: #CA8C29;
}
</style>