Shades of Golden Bell #C6823C
Tints of Golden Bell #C6823C
RGB
CMYK
RGB Variations
Color information
#C6823C (or 0xC6823C) is known color: Golden Bell. HEX triplet: C6, 82 and 3C. RGB value is (198,130,60). Sum of RGB (Red+Green+Blue) = 198+130+60=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6823C is #397DC3. Grayscale: #8E8E8E. Windows color (decimal): -3767748 or 3965638. OLE color: 3965638.
HSL color Cylindrical-coordinate representation of color #C6823C: hue angle of 30.43º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6823C is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 60 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.22 |
| HSL | 30.43º | 0.55% | 0.51% | - |
| HSV(B) | 30.43º | 0.7% | 0.78% | - |
| XYZ | 32.09 | 28.3 | 8.05 | - |
| YUV | 142.35 | 81.53 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 60 | 0 | 0.34 | 0.70 | 0.22 | 30.43 | 0.55 | 0.51 |
| Hex | C6 | 82 | 3C | 0 | 22 | 46 | 16 | 1E | 37 | 33 |
| Octal | 306 | 202 | 74 | 0 | 42 | 106 | 26 | 36 | 67 | 63 |
| Binary | 11000110 | 10000010 | 111100 | 0 | 100010 | 1000110 | 10110 | 11110 | 110111 | 110011 |
Color Harmonies of #C6823C
Complementary color
Monochromatic Colors of #C6823C
Black with #C6823C
Text Example
Text Example
White with #C6823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6823C; }
p { color: rgb(198,130,60); }
H1.HeaderClassName
{
color: #C6823C;
}
.AnyTagClassName
{
color: #C6823C;
}
</style>
background-color css
<style>
a { background-color: #C6823C; }
a { background-color: rgb(198,130,60); }
div.DivClassName
{
background-color: #C6823C;
}
.BgClassName
{
background-color: #C6823C;
}
</style>
border-color css
<style>
span { border-color: #C6823C; }
span { border-color: rgb(198,130,60); }
td.TdClassName
{
border-color: #C6823C;
}
.TagClassName
{
border-color: #C6823C;
}
</style>