Shades of Geebung #CA7F28
Tints of Geebung #CA7F28
RGB
CMYK
RGB Variations
Color information
#CA7F28 (or 0xCA7F28) is known color: Geebung. HEX triplet: CA, 7F and 28. RGB value is (202,127,40). Sum of RGB (Red+Green+Blue) = 202+127+40=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F28 is #3580D7. Grayscale: #8B8B8B. Windows color (decimal): -3506392 or 2654154. OLE color: 2654154.
HSL color Cylindrical-coordinate representation of color #CA7F28: hue angle of 32.22º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7F28 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 40 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.21 |
| HSL | 32.22º | 0.67% | 0.47% | - |
| HSV(B) | 32.22º | 0.8% | 0.79% | - |
| XYZ | 32.33 | 27.89 | 5.69 | - |
| YUV | 139.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 40 | 0 | 0.37 | 0.80 | 0.21 | 32.22 | 0.67 | 0.47 |
| Hex | CA | 7F | 28 | 0 | 25 | 50 | 15 | 20 | 43 | 2F |
| Octal | 312 | 177 | 50 | 0 | 45 | 120 | 25 | 40 | 103 | 57 |
| Binary | 11001010 | 1111111 | 101000 | 0 | 100101 | 1010000 | 10101 | 100000 | 1000011 | 101111 |
Color Harmonies of #CA7F28
Complementary color
Monochromatic Colors of #CA7F28
Black with #CA7F28
Text Example
Text Example
White with #CA7F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F28; }
p { color: rgb(202,127,40); }
H1.HeaderClassName
{
color: #CA7F28;
}
.AnyTagClassName
{
color: #CA7F28;
}
</style>
background-color css
<style>
a { background-color: #CA7F28; }
a { background-color: rgb(202,127,40); }
div.DivClassName
{
background-color: #CA7F28;
}
.BgClassName
{
background-color: #CA7F28;
}
</style>
border-color css
<style>
span { border-color: #CA7F28; }
span { border-color: rgb(202,127,40); }
td.TdClassName
{
border-color: #CA7F28;
}
.TagClassName
{
border-color: #CA7F28;
}
</style>