Shades of Golden Bell #CC8039
Tints of Golden Bell #CC8039
RGB
CMYK
RGB Variations
Color information
#CC8039 (or 0xCC8039) is known color: Golden Bell. HEX triplet: CC, 80 and 39. RGB value is (204,128,57). Sum of RGB (Red+Green+Blue) = 204+128+57=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 57 (22.66% from 255 or 14.65% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8039 is #337FC6. Grayscale: #8E8E8E. Windows color (decimal): -3375047 or 3768524. OLE color: 3768524.
HSL color Cylindrical-coordinate representation of color #CC8039: hue angle of 28.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC8039 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 57 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.2 |
| HSL | 28.98º | 0.59% | 0.51% | - |
| HSV(B) | 28.98º | 0.72% | 0.8% | - |
| XYZ | 33.36 | 28.57 | 7.63 | - |
| YUV | 142.63 | 79.68 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 57 | 0 | 0.37 | 0.72 | 0.2 | 28.98 | 0.59 | 0.51 |
| Hex | CC | 80 | 39 | 0 | 25 | 48 | 14 | 1D | 3B | 33 |
| Octal | 314 | 200 | 71 | 0 | 45 | 110 | 24 | 35 | 73 | 63 |
| Binary | 11001100 | 10000000 | 111001 | 0 | 100101 | 1001000 | 10100 | 11101 | 111011 | 110011 |
Color Harmonies of #CC8039
Complementary color
Monochromatic Colors of #CC8039
Black with #CC8039
Text Example
Text Example
White with #CC8039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8039; }
p { color: rgb(204,128,57); }
H1.HeaderClassName
{
color: #CC8039;
}
.AnyTagClassName
{
color: #CC8039;
}
</style>
background-color css
<style>
a { background-color: #CC8039; }
a { background-color: rgb(204,128,57); }
div.DivClassName
{
background-color: #CC8039;
}
.BgClassName
{
background-color: #CC8039;
}
</style>
border-color css
<style>
span { border-color: #CC8039; }
span { border-color: rgb(204,128,57); }
td.TdClassName
{
border-color: #CC8039;
}
.TagClassName
{
border-color: #CC8039;
}
</style>