Shades of Golden Bell #CC8237
Tints of Golden Bell #CC8237
RGB
CMYK
RGB Variations
Color information
#CC8237 (or 0xCC8237) is known color: Golden Bell. HEX triplet: CC, 82 and 37. RGB value is (204,130,55). Sum of RGB (Red+Green+Blue) = 204+130+55=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8237 is #337DC8. Grayscale: #8F8F8F. Windows color (decimal): -3374537 or 3637964. OLE color: 3637964.
HSL color Cylindrical-coordinate representation of color #CC8237: hue angle of 30.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC8237 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 55 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.2 |
| HSL | 30.2º | 0.59% | 0.51% | - |
| HSV(B) | 30.2º | 0.73% | 0.8% | - |
| XYZ | 33.57 | 29.08 | 7.46 | - |
| YUV | 143.58 | 78.02 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 55 | 0 | 0.36 | 0.73 | 0.2 | 30.2 | 0.59 | 0.51 |
| Hex | CC | 82 | 37 | 0 | 24 | 49 | 14 | 1E | 3B | 33 |
| Octal | 314 | 202 | 67 | 0 | 44 | 111 | 24 | 36 | 73 | 63 |
| Binary | 11001100 | 10000010 | 110111 | 0 | 100100 | 1001001 | 10100 | 11110 | 111011 | 110011 |
Color Harmonies of #CC8237
Complementary color
Monochromatic Colors of #CC8237
Black with #CC8237
Text Example
Text Example
White with #CC8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8237; }
p { color: rgb(204,130,55); }
H1.HeaderClassName
{
color: #CC8237;
}
.AnyTagClassName
{
color: #CC8237;
}
</style>
background-color css
<style>
a { background-color: #CC8237; }
a { background-color: rgb(204,130,55); }
div.DivClassName
{
background-color: #CC8237;
}
.BgClassName
{
background-color: #CC8237;
}
</style>
border-color css
<style>
span { border-color: #CC8237; }
span { border-color: rgb(204,130,55); }
td.TdClassName
{
border-color: #CC8237;
}
.TagClassName
{
border-color: #CC8237;
}
</style>