Shades of Golden Bell #C67F36
Tints of Golden Bell #C67F36
RGB
CMYK
RGB Variations
Color information
#C67F36 (or 0xC67F36) is known color: Golden Bell. HEX triplet: C6, 7F and 36. RGB value is (198,127,54). Sum of RGB (Red+Green+Blue) = 198+127+54=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F36 is #3980C9. Grayscale: #8C8C8C. Windows color (decimal): -3768522 or 3571654. OLE color: 3571654.
HSL color Cylindrical-coordinate representation of color #C67F36: hue angle of 30.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C67F36 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 54 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.22 |
| HSL | 30.42º | 0.57% | 0.49% | - |
| HSV(B) | 30.42º | 0.73% | 0.78% | - |
| XYZ | 31.54 | 27.45 | 7.13 | - |
| YUV | 139.91 | 79.52 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 54 | 0 | 0.36 | 0.73 | 0.22 | 30.42 | 0.57 | 0.49 |
| Hex | C6 | 7F | 36 | 0 | 24 | 49 | 16 | 1E | 39 | 31 |
| Octal | 306 | 177 | 66 | 0 | 44 | 111 | 26 | 36 | 71 | 61 |
| Binary | 11000110 | 1111111 | 110110 | 0 | 100100 | 1001001 | 10110 | 11110 | 111001 | 110001 |
Color Harmonies of #C67F36
Complementary color
Monochromatic Colors of #C67F36
Black with #C67F36
Text Example
Text Example
White with #C67F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67F36; }
p { color: rgb(198,127,54); }
H1.HeaderClassName
{
color: #C67F36;
}
.AnyTagClassName
{
color: #C67F36;
}
</style>
background-color css
<style>
a { background-color: #C67F36; }
a { background-color: rgb(198,127,54); }
div.DivClassName
{
background-color: #C67F36;
}
.BgClassName
{
background-color: #C67F36;
}
</style>
border-color css
<style>
span { border-color: #C67F36; }
span { border-color: rgb(198,127,54); }
td.TdClassName
{
border-color: #C67F36;
}
.TagClassName
{
border-color: #C67F36;
}
</style>