#C88638

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

Shades of Golden Bell #C88638

Tints of Golden Bell #C88638

Color information

#C88638 (or 0xC88638) is unknown color: approx Golden Bell. HEX triplet: C8, 86 and 38. RGB value is (200,134,56). Sum of RGB (Red+Green+Blue) = 200+134+56=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C88638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88638 is #3779C7. Grayscale: #919191. Windows color (decimal): -3635656 or 3704520. OLE color: 3704520.

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

Color convert

RGB20013456-
CMYK00.330.720.22
HSL32.5º56.69%50.2%-
HSV(B)32.5º72%78.43%-
XYZ33.0629.627.72-
YUV144.8477.87167.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=51.28%
G=34.36%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001345600.330.720.2232.556.6950.2
HexC886380214816213932
Octal3102067004111026417162
Binary11001000100001101110000100001100100010110100001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88638; }

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

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

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

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

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

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

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

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