Shades of Geebung #C38233
Tints of Geebung #C38233
RGB
CMYK
RGB Variations
Color information
#C38233 (or 0xC38233) is known color: Geebung. HEX triplet: C3, 82 and 33. RGB value is (195,130,51). Sum of RGB (Red+Green+Blue) = 195+130+51=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C38233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38233 is #3C7DCC. Grayscale: #8C8C8C. Windows color (decimal): -3964365 or 3375811. OLE color: 3375811.
HSL color Cylindrical-coordinate representation of color #C38233: hue angle of 32.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C38233 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 51 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.24 |
| HSL | 32.92º | 0.59% | 0.48% | - |
| HSV(B) | 32.92º | 0.74% | 0.76% | - |
| XYZ | 31.09 | 27.81 | 6.86 | - |
| YUV | 140.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 51 | 0 | 0.33 | 0.74 | 0.24 | 32.92 | 0.59 | 0.48 |
| Hex | C3 | 82 | 33 | 0 | 21 | 4A | 18 | 21 | 3B | 30 |
| Octal | 303 | 202 | 63 | 0 | 41 | 112 | 30 | 41 | 73 | 60 |
| Binary | 11000011 | 10000010 | 110011 | 0 | 100001 | 1001010 | 11000 | 100001 | 111011 | 110000 |
Color Harmonies of #C38233
Complementary color
Monochromatic Colors of #C38233
Black with #C38233
Text Example
Text Example
White with #C38233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38233; }
p { color: rgb(195,130,51); }
H1.HeaderClassName
{
color: #C38233;
}
.AnyTagClassName
{
color: #C38233;
}
</style>
background-color css
<style>
a { background-color: #C38233; }
a { background-color: rgb(195,130,51); }
div.DivClassName
{
background-color: #C38233;
}
.BgClassName
{
background-color: #C38233;
}
</style>
border-color css
<style>
span { border-color: #C38233; }
span { border-color: rgb(195,130,51); }
td.TdClassName
{
border-color: #C38233;
}
.TagClassName
{
border-color: #C38233;
}
</style>