#C87A36

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

Shades of Golden Bell #C87A36

Tints of Golden Bell #C87A36

Color information

#C87A36 (or 0xC87A36) is unknown color: approx Golden Bell. HEX triplet: C8, 7A and 36. RGB value is (200,122,54). Sum of RGB (Red+Green+Blue) = 200+122+54=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A36 is #3785C9. Grayscale: #898989. Windows color (decimal): -3638730 or 3570376. OLE color: 3570376.

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

Color convert

RGB20012254-
CMYK00.390.730.22
HSL27.95º57.48%49.8%-
HSV(B)27.95º73%78.43%-
XYZ31.4426.466.94-
YUV137.5780.84172.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.19%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 54 (21.48% from 255) = 14.36%
R=53.19%
G=32.45%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001225400.390.730.2227.9557.4849.8
HexC87A3602749161c3932
Octal3101726604711126347162
Binary110010001111010110110010011110010011011011100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87A36; }

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

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

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

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

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

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

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

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