Shades of Geebung #CA8C23
Tints of Geebung #CA8C23
RGB
CMYK
RGB Variations
Color information
#CA8C23 (or 0xCA8C23) is known color: Geebung. HEX triplet: CA, 8C and 23. RGB value is (202,140,35). Sum of RGB (Red+Green+Blue) = 202+140+35=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C23 is #3573DC. Grayscale: #939393. Windows color (decimal): -3503069 or 2329802. OLE color: 2329802.
HSL color Cylindrical-coordinate representation of color #CA8C23: hue angle of 37.72º 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 #CA8C23 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 35 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.21 |
| HSL | 37.72º | 0.7% | 0.46% | - |
| HSV(B) | 37.72º | 0.83% | 0.79% | - |
| XYZ | 34.04 | 31.43 | 5.86 | - |
| YUV | 146.57 | 65.04 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 35 | 0 | 0.31 | 0.83 | 0.21 | 37.72 | 0.7 | 0.46 |
| Hex | CA | 8C | 23 | 0 | 1F | 53 | 15 | 26 | 46 | 2E |
| Octal | 312 | 214 | 43 | 0 | 37 | 123 | 25 | 46 | 106 | 56 |
| Binary | 11001010 | 10001100 | 100011 | 0 | 11111 | 1010011 | 10101 | 100110 | 1000110 | 101110 |
Color Harmonies of #CA8C23
Complementary color
Monochromatic Colors of #CA8C23
Black with #CA8C23
Text Example
Text Example
White with #CA8C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C23; }
p { color: rgb(202,140,35); }
H1.HeaderClassName
{
color: #CA8C23;
}
.AnyTagClassName
{
color: #CA8C23;
}
</style>
background-color css
<style>
a { background-color: #CA8C23; }
a { background-color: rgb(202,140,35); }
div.DivClassName
{
background-color: #CA8C23;
}
.BgClassName
{
background-color: #CA8C23;
}
</style>
border-color css
<style>
span { border-color: #CA8C23; }
span { border-color: rgb(202,140,35); }
td.TdClassName
{
border-color: #CA8C23;
}
.TagClassName
{
border-color: #CA8C23;
}
</style>