#C87E37

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

Shades of Golden Bell #C87E37

Tints of Golden Bell #C87E37

Color information

#C87E37 (or 0xC87E37) is unknown color: approx Golden Bell. HEX triplet: C8, 7E and 37. RGB value is (200,126,55). Sum of RGB (Red+Green+Blue) = 200+126+55=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E37 is #3781C8. Grayscale: #8C8C8C. Windows color (decimal): -3637705 or 3636936. OLE color: 3636936.

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

Color convert

RGB20012655-
CMYK00.370.720.22
HSL29.38º56.86%50%-
HSV(B)29.38º72.5%78.43%-
XYZ31.9727.487.23-
YUV140.0380.02170.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 55 (21.88% from 255) = 14.44%
R=52.49%
G=33.07%
B=14.44%

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
Decimal2001265500.370.720.2229.3856.8650
HexC87E3702548161d3932
Octal3101766704511026357162
Binary110010001111110110111010010110010001011011101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E37; }

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

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

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

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

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

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

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

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