#C98139

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

Shades of Golden Bell #C98139

Tints of Golden Bell #C98139

Color information

#C98139 (or 0xC98139) is unknown color: approx Golden Bell. HEX triplet: C9, 81 and 39. RGB value is (201,129,57). Sum of RGB (Red+Green+Blue) = 201+129+57=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98139 is #367EC6. Grayscale: #8E8E8E. Windows color (decimal): -3571399 or 3768777. OLE color: 3768777.

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

Color convert

RGB20112957-
CMYK00.360.720.21
HSL30º57.14%50.59%-
HSV(B)30º71.64%78.82%-
XYZ32.6828.417.63-
YUV142.3279.85169.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=51.94%
G=33.33%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011295700.360.720.213057.1450.59
HexC9813902448151e3933
Octal3112017104411025367163
Binary1100100110000001111001010010010010001010111110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98139; }

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

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

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

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

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

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

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

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