Shades of Golden Bell #C57B33
Tints of Golden Bell #C57B33
RGB
CMYK
RGB Variations
Color information
#C57B33 (or 0xC57B33) is known color: Golden Bell. HEX triplet: C5, 7B and 33. RGB value is (197,123,51). Sum of RGB (Red+Green+Blue) = 197+123+51=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B33 is #3A84CC. Grayscale: #898989. Windows color (decimal): -3835085 or 3374021. OLE color: 3374021.
HSL color Cylindrical-coordinate representation of color #C57B33: hue angle of 29.59º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C57B33 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 51 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.23 |
| HSL | 29.59º | 0.59% | 0.49% | - |
| HSV(B) | 29.59º | 0.74% | 0.77% | - |
| XYZ | 30.71 | 26.28 | 6.59 | - |
| YUV | 136.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 51 | 0 | 0.38 | 0.74 | 0.23 | 29.59 | 0.59 | 0.49 |
| Hex | C5 | 7B | 33 | 0 | 26 | 4A | 17 | 1E | 3B | 31 |
| Octal | 305 | 173 | 63 | 0 | 46 | 112 | 27 | 36 | 73 | 61 |
| Binary | 11000101 | 1111011 | 110011 | 0 | 100110 | 1001010 | 10111 | 11110 | 111011 | 110001 |
Color Harmonies of #C57B33
Complementary color
Monochromatic Colors of #C57B33
Black with #C57B33
Text Example
Text Example
White with #C57B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B33; }
p { color: rgb(197,123,51); }
H1.HeaderClassName
{
color: #C57B33;
}
.AnyTagClassName
{
color: #C57B33;
}
</style>
background-color css
<style>
a { background-color: #C57B33; }
a { background-color: rgb(197,123,51); }
div.DivClassName
{
background-color: #C57B33;
}
.BgClassName
{
background-color: #C57B33;
}
</style>
border-color css
<style>
span { border-color: #C57B33; }
span { border-color: rgb(197,123,51); }
td.TdClassName
{
border-color: #C57B33;
}
.TagClassName
{
border-color: #C57B33;
}
</style>