#C97D37

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

Shades of Golden Bell #C97D37

Tints of Golden Bell #C97D37

Color information

#C97D37 (or 0xC97D37) is unknown color: approx Golden Bell. HEX triplet: C9, 7D and 37. RGB value is (201,125,55). Sum of RGB (Red+Green+Blue) = 201+125+55=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D37 is #3682C8. Grayscale: #8C8C8C. Windows color (decimal): -3572425 or 3636681. OLE color: 3636681.

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

Color convert

RGB20112555-
CMYK00.380.730.21
HSL28.77º57.48%50.2%-
HSV(B)28.77º72.64%78.82%-
XYZ32.1127.367.2-
YUV139.7480.18171.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 55 (21.88% from 255) = 14.44%
R=52.76%
G=32.81%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011255500.380.730.2128.7757.4850.2
HexC97D3702649151d3932
Octal3111756704611125357162
Binary110010011111101110111010011010010011010111101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97D37; }

 p { color: rgb(201,125,55); }

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

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

 a { background-color: rgb(201,125,55); }

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

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

 span { border-color: rgb(201,125,55); }

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