Html Css Color HEX #C98137 Golden Bell

📋 copy color: '#C98137'

red 201 ◦ green 129 ◦ blue 55

#C98137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Bell #C98137

Tints of Golden Bell #C98137

RGB

 RED value IS 201 (78.91% from 255) = 52.21%

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 55 (21.88% from 255) = 14.29%

R = 52.21%
G = 33.51%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C98137 (or 0xC98137) is known color: Golden Bell. HEX triplet: C9, 81 and 37. RGB value is (201,129,55). Sum of RGB (Red+Green+Blue) = 201+129+55=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98137 is #367EC8. Grayscale: #8E8E8E. Windows color (decimal): -3571401 or 3637705. OLE color: 3637705.

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

Color convert

RGB 201 129 55 -
CMYK 0 0.36 0.73 0.21
HSL 30.41º 0.57% 0.5% -
HSV(B) 30.41º 0.73% 0.79% -
XYZ 32.63 28.39 7.38 -
YUV 142.09 78.85 170.02 -
System Red Green Blue C M Y K H S L
Decimal 201 129 55 0 0.36 0.73 0.21 30.41 0.57 0.5
Hex C9 81 37 0 24 49 15 1E 39 32
Octal 311 201 67 0 44 111 25 36 71 62
Binary 11001001 10000001 110111 0 100100 1001001 10101 11110 111001 110010

Color Harmonies of #C98137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98137

Black with #C98137

Text Example


Text Example

White with #C98137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98137; }

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

 H1.HeaderClassName
 {
   color: #C98137;
 }
 .AnyTagClassName
 {
   color: #C98137;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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