#C97B39

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

Shades of Golden Bell #C97B39

Tints of Golden Bell #C97B39

Color information

#C97B39 (or 0xC97B39) is unknown color: approx Golden Bell. HEX triplet: C9, 7B and 39. RGB value is (201,123,57). Sum of RGB (Red+Green+Blue) = 201+123+57=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B39 is #3684C6. Grayscale: #8B8B8B. Windows color (decimal): -3572935 or 3767241. OLE color: 3767241.

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

Color convert

RGB20112357-
CMYK00.390.720.21
HSL27.5º57.14%50.59%-
HSV(B)27.5º71.64%78.82%-
XYZ31.9126.887.38-
YUV138.881.84172.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=52.76%
G=32.28%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011235700.390.720.2127.557.1450.59
HexC97B3902748151c3933
Octal3111737104711025347163
Binary110010011111011111001010011110010001010111100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97B39; }

 p { color: rgb(201,123,57); }

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

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

 a { background-color: rgb(201,123,57); }

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

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

 span { border-color: rgb(201,123,57); }

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