#C87E38

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

Shades of Golden Bell #C87E38

Tints of Golden Bell #C87E38

Color information

#C87E38 (or 0xC87E38) is unknown color: approx Golden Bell. HEX triplet: C8, 7E and 38. RGB value is (200,126,56). Sum of RGB (Red+Green+Blue) = 200+126+56=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E38 is #3781C7. Grayscale: #8C8C8C. Windows color (decimal): -3637704 or 3702472. OLE color: 3702472.

HSL color Cylindrical-coordinate representation of color #C87E38: hue angle of 29.17º 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 #C87E38 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20012656-
CMYK00.370.720.22
HSL29.17º56.69%50.2%-
HSV(B)29.17º72%78.43%-
XYZ31.9927.497.36-
YUV140.1580.52170.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.36%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 56 (22.27% from 255) = 14.66%
R=52.36%
G=32.98%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001265600.370.720.2229.1756.6950.2
HexC87E3802548161d3932
Octal3101767004511026357162
Binary110010001111110111000010010110010001011011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E38; }

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

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

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

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

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

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

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

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