Shades of Golden Bell #C7813C
Tints of Golden Bell #C7813C
RGB
CMYK
RGB Variations
Color information
#C7813C (or 0xC7813C) is known color: Golden Bell. HEX triplet: C7, 81 and 3C. RGB value is (199,129,60). Sum of RGB (Red+Green+Blue) = 199+129+60=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7813C is #387EC3. Grayscale: #8E8E8E. Windows color (decimal): -3702468 or 3965383. OLE color: 3965383.
HSL color Cylindrical-coordinate representation of color #C7813C: hue angle of 29.78º 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 #C7813C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 60 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.22 |
| HSL | 29.78º | 0.55% | 0.51% | - |
| HSV(B) | 29.78º | 0.7% | 0.78% | - |
| XYZ | 32.22 | 28.17 | 8.01 | - |
| YUV | 142.06 | 81.69 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 60 | 0 | 0.35 | 0.70 | 0.22 | 29.78 | 0.55 | 0.51 |
| Hex | C7 | 81 | 3C | 0 | 23 | 46 | 16 | 1E | 37 | 33 |
| Octal | 307 | 201 | 74 | 0 | 43 | 106 | 26 | 36 | 67 | 63 |
| Binary | 11000111 | 10000001 | 111100 | 0 | 100011 | 1000110 | 10110 | 11110 | 110111 | 110011 |
Color Harmonies of #C7813C
Complementary color
Monochromatic Colors of #C7813C
Black with #C7813C
Text Example
Text Example
White with #C7813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7813C; }
p { color: rgb(199,129,60); }
H1.HeaderClassName
{
color: #C7813C;
}
.AnyTagClassName
{
color: #C7813C;
}
</style>
background-color css
<style>
a { background-color: #C7813C; }
a { background-color: rgb(199,129,60); }
div.DivClassName
{
background-color: #C7813C;
}
.BgClassName
{
background-color: #C7813C;
}
</style>
border-color css
<style>
span { border-color: #C7813C; }
span { border-color: rgb(199,129,60); }
td.TdClassName
{
border-color: #C7813C;
}
.TagClassName
{
border-color: #C7813C;
}
</style>