Shades of Golden Bell #C38039
Tints of Golden Bell #C38039
RGB
CMYK
RGB Variations
Color information
#C38039 (or 0xC38039) is known color: Golden Bell. HEX triplet: C3, 80 and 39. RGB value is (195,128,57). Sum of RGB (Red+Green+Blue) = 195+128+57=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C38039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38039 is #3C7FC6. Grayscale: #8C8C8C. Windows color (decimal): -3964871 or 3768515. OLE color: 3768515.
HSL color Cylindrical-coordinate representation of color #C38039: hue angle of 30.87º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C38039 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 57 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.24 |
| HSL | 30.87º | 0.55% | 0.49% | - |
| HSV(B) | 30.87º | 0.71% | 0.76% | - |
| XYZ | 30.96 | 27.34 | 7.52 | - |
| YUV | 139.94 | 81.2 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 57 | 0 | 0.34 | 0.71 | 0.24 | 30.87 | 0.55 | 0.49 |
| Hex | C3 | 80 | 39 | 0 | 22 | 47 | 18 | 1F | 37 | 31 |
| Octal | 303 | 200 | 71 | 0 | 42 | 107 | 30 | 37 | 67 | 61 |
| Binary | 11000011 | 10000000 | 111001 | 0 | 100010 | 1000111 | 11000 | 11111 | 110111 | 110001 |
Color Harmonies of #C38039
Complementary color
Monochromatic Colors of #C38039
Black with #C38039
Text Example
Text Example
White with #C38039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38039; }
p { color: rgb(195,128,57); }
H1.HeaderClassName
{
color: #C38039;
}
.AnyTagClassName
{
color: #C38039;
}
</style>
background-color css
<style>
a { background-color: #C38039; }
a { background-color: rgb(195,128,57); }
div.DivClassName
{
background-color: #C38039;
}
.BgClassName
{
background-color: #C38039;
}
</style>
border-color css
<style>
span { border-color: #C38039; }
span { border-color: rgb(195,128,57); }
td.TdClassName
{
border-color: #C38039;
}
.TagClassName
{
border-color: #C38039;
}
</style>