Shades of Golden Bell #C38135
Tints of Golden Bell #C38135
RGB
CMYK
RGB Variations
Color information
#C38135 (or 0xC38135) is known color: Golden Bell. HEX triplet: C3, 81 and 35. RGB value is (195,129,53). Sum of RGB (Red+Green+Blue) = 195+129+53=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C38135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38135 is #3C7ECA. Grayscale: #8C8C8C. Windows color (decimal): -3964619 or 3506627. OLE color: 3506627.
HSL color Cylindrical-coordinate representation of color #C38135: hue angle of 32.11º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C38135 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 53 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.24 |
| HSL | 32.11º | 0.57% | 0.49% | - |
| HSV(B) | 32.11º | 0.73% | 0.76% | - |
| XYZ | 31 | 27.56 | 7.05 | - |
| YUV | 140.07 | 78.87 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 53 | 0 | 0.34 | 0.73 | 0.24 | 32.11 | 0.57 | 0.49 |
| Hex | C3 | 81 | 35 | 0 | 22 | 49 | 18 | 20 | 39 | 31 |
| Octal | 303 | 201 | 65 | 0 | 42 | 111 | 30 | 40 | 71 | 61 |
| Binary | 11000011 | 10000001 | 110101 | 0 | 100010 | 1001001 | 11000 | 100000 | 111001 | 110001 |
Color Harmonies of #C38135
Complementary color
Monochromatic Colors of #C38135
Black with #C38135
Text Example
Text Example
White with #C38135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38135; }
p { color: rgb(195,129,53); }
H1.HeaderClassName
{
color: #C38135;
}
.AnyTagClassName
{
color: #C38135;
}
</style>
background-color css
<style>
a { background-color: #C38135; }
a { background-color: rgb(195,129,53); }
div.DivClassName
{
background-color: #C38135;
}
.BgClassName
{
background-color: #C38135;
}
</style>
border-color css
<style>
span { border-color: #C38135; }
span { border-color: rgb(195,129,53); }
td.TdClassName
{
border-color: #C38135;
}
.TagClassName
{
border-color: #C38135;
}
</style>