Shades of Geebung #CA8A2D
Tints of Geebung #CA8A2D
RGB
CMYK
RGB Variations
Color information
#CA8A2D (or 0xCA8A2D) is known color: Geebung. HEX triplet: CA, 8A and 2D. RGB value is (202,138,45). Sum of RGB (Red+Green+Blue) = 202+138+45=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A2D is #3575D2. Grayscale: #929292. Windows color (decimal): -3503571 or 2984650. OLE color: 2984650.
HSL color Cylindrical-coordinate representation of color #CA8A2D: hue angle of 35.54º 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 #CA8A2D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 45 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.21 |
| HSL | 35.54º | 0.64% | 0.48% | - |
| HSV(B) | 35.54º | 0.78% | 0.79% | - |
| XYZ | 33.92 | 30.92 | 6.66 | - |
| YUV | 146.53 | 70.7 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 45 | 0 | 0.32 | 0.78 | 0.21 | 35.54 | 0.64 | 0.48 |
| Hex | CA | 8A | 2D | 0 | 20 | 4E | 15 | 24 | 40 | 30 |
| Octal | 312 | 212 | 55 | 0 | 40 | 116 | 25 | 44 | 100 | 60 |
| Binary | 11001010 | 10001010 | 101101 | 0 | 100000 | 1001110 | 10101 | 100100 | 1000000 | 110000 |
Color Harmonies of #CA8A2D
Complementary color
Monochromatic Colors of #CA8A2D
Black with #CA8A2D
Text Example
Text Example
White with #CA8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A2D; }
p { color: rgb(202,138,45); }
H1.HeaderClassName
{
color: #CA8A2D;
}
.AnyTagClassName
{
color: #CA8A2D;
}
</style>
background-color css
<style>
a { background-color: #CA8A2D; }
a { background-color: rgb(202,138,45); }
div.DivClassName
{
background-color: #CA8A2D;
}
.BgClassName
{
background-color: #CA8A2D;
}
</style>
border-color css
<style>
span { border-color: #CA8A2D; }
span { border-color: rgb(202,138,45); }
td.TdClassName
{
border-color: #CA8A2D;
}
.TagClassName
{
border-color: #CA8A2D;
}
</style>