Shades of Geebung #CA8726
Tints of Geebung #CA8726
RGB
CMYK
RGB Variations
Color information
#CA8726 (or 0xCA8726) is known color: Geebung. HEX triplet: CA, 87 and 26. RGB value is (202,135,38). Sum of RGB (Red+Green+Blue) = 202+135+38=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8726 is #3578D9. Grayscale: #909090. Windows color (decimal): -3504346 or 2525130. OLE color: 2525130.
HSL color Cylindrical-coordinate representation of color #CA8726: hue angle of 35.49º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA8726 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 38 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.21 |
| HSL | 35.49º | 0.68% | 0.47% | - |
| HSV(B) | 35.49º | 0.81% | 0.79% | - |
| XYZ | 33.37 | 30.02 | 5.87 | - |
| YUV | 143.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 38 | 0 | 0.33 | 0.81 | 0.21 | 35.49 | 0.68 | 0.47 |
| Hex | CA | 87 | 26 | 0 | 21 | 51 | 15 | 23 | 44 | 2F |
| Octal | 312 | 207 | 46 | 0 | 41 | 121 | 25 | 43 | 104 | 57 |
| Binary | 11001010 | 10000111 | 100110 | 0 | 100001 | 1010001 | 10101 | 100011 | 1000100 | 101111 |
Color Harmonies of #CA8726
Complementary color
Monochromatic Colors of #CA8726
Black with #CA8726
Text Example
Text Example
White with #CA8726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8726; }
p { color: rgb(202,135,38); }
H1.HeaderClassName
{
color: #CA8726;
}
.AnyTagClassName
{
color: #CA8726;
}
</style>
background-color css
<style>
a { background-color: #CA8726; }
a { background-color: rgb(202,135,38); }
div.DivClassName
{
background-color: #CA8726;
}
.BgClassName
{
background-color: #CA8726;
}
</style>
border-color css
<style>
span { border-color: #CA8726; }
span { border-color: rgb(202,135,38); }
td.TdClassName
{
border-color: #CA8726;
}
.TagClassName
{
border-color: #CA8726;
}
</style>