#C87E35

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

Shades of Golden Bell #C87E35

Tints of Golden Bell #C87E35

Color information

#C87E35 (or 0xC87E35) is unknown color: approx Golden Bell. HEX triplet: C8, 7E and 35. RGB value is (200,126,53). Sum of RGB (Red+Green+Blue) = 200+126+53=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87E35 is #3781CA. Grayscale: #8C8C8C. Windows color (decimal): -3637707 or 3505864. OLE color: 3505864.

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

Color convert

RGB20012653-
CMYK00.370.740.22
HSL29.8º58.1%49.61%-
HSV(B)29.8º73.5%78.43%-
XYZ31.9227.466.99-
YUV139.879.02170.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=52.77%
G=33.25%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001265300.370.740.2229.858.149.61
HexC87E350254A161e3a32
Octal3101766504511226367262
Binary110010001111110110101010010110010101011011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E35; }

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

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

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

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

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

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

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

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