Shades of Golden Bell #C9813C
Tints of Golden Bell #C9813C
RGB
CMYK
RGB Variations
Color information
#C9813C (or 0xC9813C) is known color: Golden Bell. HEX triplet: C9, 81 and 3C. RGB value is (201,129,60). Sum of RGB (Red+Green+Blue) = 201+129+60=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C9813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9813C is #367EC3. Grayscale: #8F8F8F. Windows color (decimal): -3571396 or 3965385. OLE color: 3965385.
HSL color Cylindrical-coordinate representation of color #C9813C: hue angle of 29.36º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9813C is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 60 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.21 |
| HSL | 29.36º | 0.57% | 0.51% | - |
| HSV(B) | 29.36º | 0.7% | 0.79% | - |
| XYZ | 32.75 | 28.44 | 8.04 | - |
| YUV | 142.66 | 81.35 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 60 | 0 | 0.36 | 0.70 | 0.21 | 29.36 | 0.57 | 0.51 |
| Hex | C9 | 81 | 3C | 0 | 24 | 46 | 15 | 1D | 39 | 33 |
| Octal | 311 | 201 | 74 | 0 | 44 | 106 | 25 | 35 | 71 | 63 |
| Binary | 11001001 | 10000001 | 111100 | 0 | 100100 | 1000110 | 10101 | 11101 | 111001 | 110011 |
Color Harmonies of #C9813C
Complementary color
Monochromatic Colors of #C9813C
Black with #C9813C
Text Example
Text Example
White with #C9813C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9813C; }
p { color: rgb(201,129,60); }
H1.HeaderClassName
{
color: #C9813C;
}
.AnyTagClassName
{
color: #C9813C;
}
</style>
background-color css
<style>
a { background-color: #C9813C; }
a { background-color: rgb(201,129,60); }
div.DivClassName
{
background-color: #C9813C;
}
.BgClassName
{
background-color: #C9813C;
}
</style>
border-color css
<style>
span { border-color: #C9813C; }
span { border-color: rgb(201,129,60); }
td.TdClassName
{
border-color: #C9813C;
}
.TagClassName
{
border-color: #C9813C;
}
</style>