#C98435

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

Shades of Golden Bell #C98435

Tints of Golden Bell #C98435

Color information

#C98435 (or 0xC98435) is unknown color: approx Golden Bell. HEX triplet: C9, 84 and 35. RGB value is (201,132,53). Sum of RGB (Red+Green+Blue) = 201+132+53=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C98435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98435 is #367BCA. Grayscale: #909090. Windows color (decimal): -3570635 or 3507401. OLE color: 3507401.

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

Color convert

RGB20113253-
CMYK00.340.740.21
HSL32.03º58.27%49.8%-
HSV(B)32.03º73.63%78.82%-
XYZ32.9829.187.26-
YUV143.6276.86168.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.07%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=52.07%
G=34.20%
B=13.73%

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
Decimal2011325300.340.740.2132.0358.2749.8
HexC984350224A15203a32
Octal3112046504211225407262
Binary11001001100001001101010100010100101010101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98435; }

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

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

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

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

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

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

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

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