Shades of Geebung #CA8623
Tints of Geebung #CA8623
RGB
CMYK
RGB Variations
Color information
#CA8623 (or 0xCA8623) is known color: Geebung. HEX triplet: CA, 86 and 23. RGB value is (202,134,35). Sum of RGB (Red+Green+Blue) = 202+134+35=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8623 is #3579DC. Grayscale: #8F8F8F. Windows color (decimal): -3504605 or 2328266. OLE color: 2328266.
HSL color Cylindrical-coordinate representation of color #CA8623: hue angle of 35.57º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA8623 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 35 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.21 |
| HSL | 35.57º | 0.7% | 0.46% | - |
| HSV(B) | 35.57º | 0.83% | 0.79% | - |
| XYZ | 33.19 | 29.73 | 5.58 | - |
| YUV | 143.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 35 | 0 | 0.34 | 0.83 | 0.21 | 35.57 | 0.7 | 0.46 |
| Hex | CA | 86 | 23 | 0 | 22 | 53 | 15 | 24 | 46 | 2E |
| Octal | 312 | 206 | 43 | 0 | 42 | 123 | 25 | 44 | 106 | 56 |
| Binary | 11001010 | 10000110 | 100011 | 0 | 100010 | 1010011 | 10101 | 100100 | 1000110 | 101110 |
Color Harmonies of #CA8623
Complementary color
Monochromatic Colors of #CA8623
Black with #CA8623
Text Example
Text Example
White with #CA8623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8623; }
p { color: rgb(202,134,35); }
H1.HeaderClassName
{
color: #CA8623;
}
.AnyTagClassName
{
color: #CA8623;
}
</style>
background-color css
<style>
a { background-color: #CA8623; }
a { background-color: rgb(202,134,35); }
div.DivClassName
{
background-color: #CA8623;
}
.BgClassName
{
background-color: #CA8623;
}
</style>
border-color css
<style>
span { border-color: #CA8623; }
span { border-color: rgb(202,134,35); }
td.TdClassName
{
border-color: #CA8623;
}
.TagClassName
{
border-color: #CA8623;
}
</style>