Html Css Color HEX #C98337 Golden Bell

📋 copy color: '#C98337'

red 201 ◦ green 131 ◦ blue 55

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

Shades of Golden Bell #C98337

Tints of Golden Bell #C98337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 51.94%
G = 33.85%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C98337 (or 0xC98337) is known color: Golden Bell. HEX triplet: C9, 83 and 37. RGB value is (201,131,55). Sum of RGB (Red+Green+Blue) = 201+131+55=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98337 is #367CC8. Grayscale: #8F8F8F. Windows color (decimal): -3570889 or 3638217. OLE color: 3638217.

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

Color convert

RGB 201 131 55 -
CMYK 0 0.35 0.73 0.21
HSL 31.23º 0.57% 0.5% -
HSV(B) 31.23º 0.73% 0.79% -
XYZ 32.89 28.93 7.46 -
YUV 143.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 201 131 55 0 0.35 0.73 0.21 31.23 0.57 0.5
Hex C9 83 37 0 23 49 15 1F 39 32
Octal 311 203 67 0 43 111 25 37 71 62
Binary 11001001 10000011 110111 0 100011 1001001 10101 11111 111001 110010

Color Harmonies of #C98337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98337

Black with #C98337

Text Example


Text Example

White with #C98337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98337; }

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

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

background-color css

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

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

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

border-color css

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

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

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