#C88636

Color #C88636 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #C88636

Tints of Golden Bell #C88636

Color information

#C88636 (or 0xC88636) is unknown color: approx Golden Bell. HEX triplet: C8, 86 and 36. RGB value is (200,134,54). Sum of RGB (Red+Green+Blue) = 200+134+54=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C88636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88636 is #3779C9. Grayscale: #919191. Windows color (decimal): -3635658 or 3573448. OLE color: 3573448.

HSL color Cylindrical-coordinate representation of color #C88636: hue angle of 32.88º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C88636 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB20013454-
CMYK00.330.730.22
HSL32.88º57.48%49.8%-
HSV(B)32.88º73%78.43%-
XYZ33.0129.67.46-
YUV144.6176.87167.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 51.55%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 54 (21.48% from 255) = 13.92%
R=51.55%
G=34.54%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001345400.330.730.2232.8857.4849.8
HexC886360214916213932
Octal3102066604111126417162
Binary11001000100001101101100100001100100110110100001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88636; }

 p { color: rgb(200,134,54); }

 H1.HeaderClassName
 {
   color: #C88636;
 }
 .AnyTagClassName
 {
   color: #C88636;
 }
</style>
background-color css

<style>
 a { background-color: #C88636; }

 a { background-color: rgb(200,134,54); }

 div.DivClassName
 {
   background-color: #C88636;
 }
 .BgClassName
 {
   background-color: #C88636;
 }
</style>
border-color css

<style>
 span { border-color: #C88636; }

 span { border-color: rgb(200,134,54); }

 td.TdClassName
 {
   border-color: #C88636;
 }
 .TagClassName
 {
   border-color: #C88636;
 }
</style>