Shades of Golden Bell #C27E34
Tints of Golden Bell #C27E34
RGB
CMYK
RGB Variations
Color information
#C27E34 (or 0xC27E34) is known color: Golden Bell. HEX triplet: C2, 7E and 34. RGB value is (194,126,52). Sum of RGB (Red+Green+Blue) = 194+126+52=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E34 is #3D81CB. Grayscale: #8A8A8A. Windows color (decimal): -4030924 or 3440322. OLE color: 3440322.
HSL color Cylindrical-coordinate representation of color #C27E34: hue angle of 31.27º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C27E34 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 52 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.24 |
| HSL | 31.27º | 0.58% | 0.48% | - |
| HSV(B) | 31.27º | 0.73% | 0.76% | - |
| XYZ | 30.33 | 26.64 | 6.79 | - |
| YUV | 137.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 52 | 0 | 0.35 | 0.73 | 0.24 | 31.27 | 0.58 | 0.48 |
| Hex | C2 | 7E | 34 | 0 | 23 | 49 | 18 | 1F | 3A | 30 |
| Octal | 302 | 176 | 64 | 0 | 43 | 111 | 30 | 37 | 72 | 60 |
| Binary | 11000010 | 1111110 | 110100 | 0 | 100011 | 1001001 | 11000 | 11111 | 111010 | 110000 |
Color Harmonies of #C27E34
Complementary color
Monochromatic Colors of #C27E34
Black with #C27E34
Text Example
Text Example
White with #C27E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E34; }
p { color: rgb(194,126,52); }
H1.HeaderClassName
{
color: #C27E34;
}
.AnyTagClassName
{
color: #C27E34;
}
</style>
background-color css
<style>
a { background-color: #C27E34; }
a { background-color: rgb(194,126,52); }
div.DivClassName
{
background-color: #C27E34;
}
.BgClassName
{
background-color: #C27E34;
}
</style>
border-color css
<style>
span { border-color: #C27E34; }
span { border-color: rgb(194,126,52); }
td.TdClassName
{
border-color: #C27E34;
}
.TagClassName
{
border-color: #C27E34;
}
</style>