#C87E3A

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

Shades of Golden Bell #C87E3A

Tints of Golden Bell #C87E3A

Color information

#C87E3A (or 0xC87E3A) is unknown color: approx Golden Bell. HEX triplet: C8, 7E and 3A. RGB value is (200,126,58). Sum of RGB (Red+Green+Blue) = 200+126+58=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E3A is #3781C5. Grayscale: #8C8C8C. Windows color (decimal): -3637702 or 3833544. OLE color: 3833544.

HSL color Cylindrical-coordinate representation of color #C87E3A: hue angle of 28.73º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C87E3A is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB20012658-
CMYK00.370.710.22
HSL28.73º56.35%50.59%-
HSV(B)28.73º71%78.43%-
XYZ32.0427.517.62-
YUV140.3781.52170.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 58 (23.05% from 255) = 15.10%
R=52.08%
G=32.81%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001265800.370.710.2228.7356.3550.59
HexC87E3A02547161d3833
Octal3101767204510726357063
Binary110010001111110111010010010110001111011011101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E3A; }

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

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

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

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

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

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

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

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