Shades of Geebung #CA802C
Tints of Geebung #CA802C
RGB
CMYK
RGB Variations
Color information
#CA802C (or 0xCA802C) is known color: Geebung. HEX triplet: CA, 80 and 2C. RGB value is (202,128,44). Sum of RGB (Red+Green+Blue) = 202+128+44=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA802C is #357FD3. Grayscale: #8C8C8C. Windows color (decimal): -3506132 or 2916554. OLE color: 2916554.
HSL color Cylindrical-coordinate representation of color #CA802C: hue angle of 31.9º 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 #CA802C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 44 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.21 |
| HSL | 31.9º | 0.64% | 0.48% | - |
| HSV(B) | 31.9º | 0.78% | 0.79% | - |
| XYZ | 32.53 | 28.18 | 6.11 | - |
| YUV | 140.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 44 | 0 | 0.37 | 0.78 | 0.21 | 31.9 | 0.64 | 0.48 |
| Hex | CA | 80 | 2C | 0 | 25 | 4E | 15 | 20 | 40 | 30 |
| Octal | 312 | 200 | 54 | 0 | 45 | 116 | 25 | 40 | 100 | 60 |
| Binary | 11001010 | 10000000 | 101100 | 0 | 100101 | 1001110 | 10101 | 100000 | 1000000 | 110000 |
Color Harmonies of #CA802C
Complementary color
Monochromatic Colors of #CA802C
Black with #CA802C
Text Example
Text Example
White with #CA802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA802C; }
p { color: rgb(202,128,44); }
H1.HeaderClassName
{
color: #CA802C;
}
.AnyTagClassName
{
color: #CA802C;
}
</style>
background-color css
<style>
a { background-color: #CA802C; }
a { background-color: rgb(202,128,44); }
div.DivClassName
{
background-color: #CA802C;
}
.BgClassName
{
background-color: #CA802C;
}
</style>
border-color css
<style>
span { border-color: #CA802C; }
span { border-color: rgb(202,128,44); }
td.TdClassName
{
border-color: #CA802C;
}
.TagClassName
{
border-color: #CA802C;
}
</style>