Shades of Golden Bell #C27D34
Tints of Golden Bell #C27D34
RGB
CMYK
RGB Variations
Color information
#C27D34 (or 0xC27D34) is known color: Golden Bell. HEX triplet: C2, 7D and 34. RGB value is (194,125,52). Sum of RGB (Red+Green+Blue) = 194+125+52=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D34 is #3D82CB. Grayscale: #898989. Windows color (decimal): -4031180 or 3440066. OLE color: 3440066.
HSL color Cylindrical-coordinate representation of color #C27D34: hue angle of 30.85º 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 #C27D34 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 52 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.24 |
| HSL | 30.85º | 0.58% | 0.48% | - |
| HSV(B) | 30.85º | 0.73% | 0.76% | - |
| XYZ | 30.2 | 26.38 | 6.75 | - |
| YUV | 137.31 | 79.86 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 52 | 0 | 0.36 | 0.73 | 0.24 | 30.85 | 0.58 | 0.48 |
| Hex | C2 | 7D | 34 | 0 | 24 | 49 | 18 | 1F | 3A | 30 |
| Octal | 302 | 175 | 64 | 0 | 44 | 111 | 30 | 37 | 72 | 60 |
| Binary | 11000010 | 1111101 | 110100 | 0 | 100100 | 1001001 | 11000 | 11111 | 111010 | 110000 |
Color Harmonies of #C27D34
Complementary color
Monochromatic Colors of #C27D34
Black with #C27D34
Text Example
Text Example
White with #C27D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D34; }
p { color: rgb(194,125,52); }
H1.HeaderClassName
{
color: #C27D34;
}
.AnyTagClassName
{
color: #C27D34;
}
</style>
background-color css
<style>
a { background-color: #C27D34; }
a { background-color: rgb(194,125,52); }
div.DivClassName
{
background-color: #C27D34;
}
.BgClassName
{
background-color: #C27D34;
}
</style>
border-color css
<style>
span { border-color: #C27D34; }
span { border-color: rgb(194,125,52); }
td.TdClassName
{
border-color: #C27D34;
}
.TagClassName
{
border-color: #C27D34;
}
</style>