#C87F38

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

Shades of Golden Bell #C87F38

Tints of Golden Bell #C87F38

Color information

#C87F38 (or 0xC87F38) is unknown color: approx Golden Bell. HEX triplet: C8, 7F and 38. RGB value is (200,127,56). Sum of RGB (Red+Green+Blue) = 200+127+56=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F38 is #3780C7. Grayscale: #8D8D8D. Windows color (decimal): -3637448 or 3702728. OLE color: 3702728.

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

Color convert

RGB20012756-
CMYK00.360.720.22
HSL29.58º56.69%50.2%-
HSV(B)29.58º72%78.43%-
XYZ32.1227.747.4-
YUV140.7380.18170.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 56 (22.27% from 255) = 14.62%
R=52.22%
G=33.16%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001275600.360.720.2229.5856.6950.2
HexC87F3802448161e3932
Octal3101777004411026367162
Binary110010001111111111000010010010010001011011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87F38; }

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

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

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

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

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

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

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

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