Shades of Geebung #CA8A1F
Tints of Geebung #CA8A1F
RGB
CMYK
RGB Variations
Color information
#CA8A1F (or 0xCA8A1F) is known color: Geebung. HEX triplet: CA, 8A and 1F. RGB value is (202,138,31). Sum of RGB (Red+Green+Blue) = 202+138+31=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A1F is #3575E0. Grayscale: #919191. Windows color (decimal): -3503585 or 2067146. OLE color: 2067146.
HSL color Cylindrical-coordinate representation of color #CA8A1F: hue angle of 37.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA8A1F is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 31 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.21 |
| HSL | 37.54º | 0.73% | 0.46% | - |
| HSV(B) | 37.54º | 0.85% | 0.79% | - |
| XYZ | 33.69 | 30.83 | 5.47 | - |
| YUV | 144.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 31 | 0 | 0.32 | 0.85 | 0.21 | 37.54 | 0.73 | 0.46 |
| Hex | CA | 8A | 1F | 0 | 20 | 55 | 15 | 26 | 49 | 2E |
| Octal | 312 | 212 | 37 | 0 | 40 | 125 | 25 | 46 | 111 | 56 |
| Binary | 11001010 | 10001010 | 11111 | 0 | 100000 | 1010101 | 10101 | 100110 | 1001001 | 101110 |
Color Harmonies of #CA8A1F
Complementary color
Monochromatic Colors of #CA8A1F
Black with #CA8A1F
Text Example
Text Example
White with #CA8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A1F; }
p { color: rgb(202,138,31); }
H1.HeaderClassName
{
color: #CA8A1F;
}
.AnyTagClassName
{
color: #CA8A1F;
}
</style>
background-color css
<style>
a { background-color: #CA8A1F; }
a { background-color: rgb(202,138,31); }
div.DivClassName
{
background-color: #CA8A1F;
}
.BgClassName
{
background-color: #CA8A1F;
}
</style>
border-color css
<style>
span { border-color: #CA8A1F; }
span { border-color: rgb(202,138,31); }
td.TdClassName
{
border-color: #CA8A1F;
}
.TagClassName
{
border-color: #CA8A1F;
}
</style>