#C98535

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

Shades of Golden Bell #C98535

Tints of Golden Bell #C98535

Color information

#C98535 (or 0xC98535) is unknown color: approx Golden Bell. HEX triplet: C9, 85 and 35. RGB value is (201,133,53). Sum of RGB (Red+Green+Blue) = 201+133+53=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98535 is #367ACA. Grayscale: #909090. Windows color (decimal): -3570379 or 3507657. OLE color: 3507657.

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

Color convert

RGB20113353-
CMYK00.340.740.21
HSL32.43º58.27%49.8%-
HSV(B)32.43º73.63%78.82%-
XYZ33.1229.457.31-
YUV144.2176.53168.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 53 (21.09% from 255) = 13.70%
R=51.94%
G=34.37%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011335300.340.740.2132.4358.2749.8
HexC985350224A15203a32
Octal3112056504211225407262
Binary11001001100001011101010100010100101010101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98535; }

 p { color: rgb(201,133,53); }

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

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

 a { background-color: rgb(201,133,53); }

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

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

 span { border-color: rgb(201,133,53); }

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