Shades of Golden Bell #C7823A
Tints of Golden Bell #C7823A
RGB
CMYK
RGB Variations
Color information
#C7823A (or 0xC7823A) is known color: Golden Bell. HEX triplet: C7, 82 and 3A. RGB value is (199,130,58). Sum of RGB (Red+Green+Blue) = 199+130+58=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7823A is #387DC5. Grayscale: #8E8E8E. Windows color (decimal): -3702214 or 3834567. OLE color: 3834567.
HSL color Cylindrical-coordinate representation of color #C7823A: hue angle of 30.64º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7823A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 58 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.22 |
| HSL | 30.64º | 0.56% | 0.5% | - |
| HSV(B) | 30.64º | 0.71% | 0.78% | - |
| XYZ | 32.3 | 28.41 | 7.78 | - |
| YUV | 142.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 58 | 0 | 0.35 | 0.71 | 0.22 | 30.64 | 0.56 | 0.5 |
| Hex | C7 | 82 | 3A | 0 | 23 | 47 | 16 | 1F | 38 | 32 |
| Octal | 307 | 202 | 72 | 0 | 43 | 107 | 26 | 37 | 70 | 62 |
| Binary | 11000111 | 10000010 | 111010 | 0 | 100011 | 1000111 | 10110 | 11111 | 111000 | 110010 |
Color Harmonies of #C7823A
Complementary color
Monochromatic Colors of #C7823A
Black with #C7823A
Text Example
Text Example
White with #C7823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7823A; }
p { color: rgb(199,130,58); }
H1.HeaderClassName
{
color: #C7823A;
}
.AnyTagClassName
{
color: #C7823A;
}
</style>
background-color css
<style>
a { background-color: #C7823A; }
a { background-color: rgb(199,130,58); }
div.DivClassName
{
background-color: #C7823A;
}
.BgClassName
{
background-color: #C7823A;
}
</style>
border-color css
<style>
span { border-color: #C7823A; }
span { border-color: rgb(199,130,58); }
td.TdClassName
{
border-color: #C7823A;
}
.TagClassName
{
border-color: #C7823A;
}
</style>