Shades of Geebung #C28125
Tints of Geebung #C28125
RGB
CMYK
RGB Variations
Color information
#C28125 (or 0xC28125) is known color: Geebung. HEX triplet: C2, 81 and 25. RGB value is (194,129,37). Sum of RGB (Red+Green+Blue) = 194+129+37=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C28125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28125 is #3D7EDA. Grayscale: #8A8A8A. Windows color (decimal): -4030171 or 2458050. OLE color: 2458050.
HSL color Cylindrical-coordinate representation of color #C28125: hue angle of 35.16º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C28125 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 37 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.24 |
| HSL | 35.16º | 0.68% | 0.45% | - |
| HSV(B) | 35.16º | 0.81% | 0.76% | - |
| XYZ | 30.43 | 27.3 | 5.42 | - |
| YUV | 137.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 37 | 0 | 0.34 | 0.81 | 0.24 | 35.16 | 0.68 | 0.45 |
| Hex | C2 | 81 | 25 | 0 | 22 | 51 | 18 | 23 | 44 | 2D |
| Octal | 302 | 201 | 45 | 0 | 42 | 121 | 30 | 43 | 104 | 55 |
| Binary | 11000010 | 10000001 | 100101 | 0 | 100010 | 1010001 | 11000 | 100011 | 1000100 | 101101 |
Color Harmonies of #C28125
Complementary color
Monochromatic Colors of #C28125
Black with #C28125
Text Example
Text Example
White with #C28125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28125; }
p { color: rgb(194,129,37); }
H1.HeaderClassName
{
color: #C28125;
}
.AnyTagClassName
{
color: #C28125;
}
</style>
background-color css
<style>
a { background-color: #C28125; }
a { background-color: rgb(194,129,37); }
div.DivClassName
{
background-color: #C28125;
}
.BgClassName
{
background-color: #C28125;
}
</style>
border-color css
<style>
span { border-color: #C28125; }
span { border-color: rgb(194,129,37); }
td.TdClassName
{
border-color: #C28125;
}
.TagClassName
{
border-color: #C28125;
}
</style>