Shades of Golden Bell #CC7F36
Tints of Golden Bell #CC7F36
RGB
CMYK
RGB Variations
Color information
#CC7F36 (or 0xCC7F36) is known color: Golden Bell. HEX triplet: CC, 7F and 36. RGB value is (204,127,54). Sum of RGB (Red+Green+Blue) = 204+127+54=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F36 is #3380C9. Grayscale: #8E8E8E. Windows color (decimal): -3375306 or 3571660. OLE color: 3571660.
HSL color Cylindrical-coordinate representation of color #CC7F36: hue angle of 29.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7F36 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 54 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.2 |
| HSL | 29.2º | 0.6% | 0.51% | - |
| HSV(B) | 29.2º | 0.74% | 0.8% | - |
| XYZ | 33.16 | 28.28 | 7.2 | - |
| YUV | 141.7 | 78.51 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 54 | 0 | 0.38 | 0.74 | 0.2 | 29.2 | 0.6 | 0.51 |
| Hex | CC | 7F | 36 | 0 | 26 | 4A | 14 | 1D | 3C | 33 |
| Octal | 314 | 177 | 66 | 0 | 46 | 112 | 24 | 35 | 74 | 63 |
| Binary | 11001100 | 1111111 | 110110 | 0 | 100110 | 1001010 | 10100 | 11101 | 111100 | 110011 |
Color Harmonies of #CC7F36
Complementary color
Monochromatic Colors of #CC7F36
Black with #CC7F36
Text Example
Text Example
White with #CC7F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F36; }
p { color: rgb(204,127,54); }
H1.HeaderClassName
{
color: #CC7F36;
}
.AnyTagClassName
{
color: #CC7F36;
}
</style>
background-color css
<style>
a { background-color: #CC7F36; }
a { background-color: rgb(204,127,54); }
div.DivClassName
{
background-color: #CC7F36;
}
.BgClassName
{
background-color: #CC7F36;
}
</style>
border-color css
<style>
span { border-color: #CC7F36; }
span { border-color: rgb(204,127,54); }
td.TdClassName
{
border-color: #CC7F36;
}
.TagClassName
{
border-color: #CC7F36;
}
</style>