#C87D35

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

Shades of Golden Bell #C87D35

Tints of Golden Bell #C87D35

Color information

#C87D35 (or 0xC87D35) is unknown color: approx Golden Bell. HEX triplet: C8, 7D and 35. RGB value is (200,125,53). Sum of RGB (Red+Green+Blue) = 200+125+53=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D35 is #3782CA. Grayscale: #8B8B8B. Windows color (decimal): -3637963 or 3505608. OLE color: 3505608.

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

Color convert

RGB20012553-
CMYK00.380.740.22
HSL29.39º58.1%49.61%-
HSV(B)29.39º73.5%78.43%-
XYZ31.827.26.94-
YUV139.2279.35171.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.91%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=52.91%
G=33.07%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001255300.380.740.2229.3958.149.61
HexC87D350264A161d3a32
Octal3101756504611226357262
Binary110010001111101110101010011010010101011011101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D35; }

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

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

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

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

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

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

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

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