Html Css Color HEX #C98639 Golden Bell

📋 copy color: '#C98639'

red 201 ◦ green 134 ◦ blue 57

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

Shades of Golden Bell #C98639

Tints of Golden Bell #C98639

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 57 (22.66% from 255) = 14.54%

R = 51.28%
G = 34.18%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C98639 (or 0xC98639) is known color: Golden Bell. HEX triplet: C9, 86 and 39. RGB value is (201,134,57). Sum of RGB (Red+Green+Blue) = 201+134+57=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C98639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98639 is #3679C6. Grayscale: #919191. Windows color (decimal): -3570119 or 3770057. OLE color: 3770057.

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

Color convert

RGB 201 134 57 -
CMYK 0 0.33 0.72 0.21
HSL 32.08º 0.57% 0.51% -
HSV(B) 32.08º 0.72% 0.79% -
XYZ 33.35 29.76 7.86 -
YUV 145.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 201 134 57 0 0.33 0.72 0.21 32.08 0.57 0.51
Hex C9 86 39 0 21 48 15 20 39 33
Octal 311 206 71 0 41 110 25 40 71 63
Binary 11001001 10000110 111001 0 100001 1001000 10101 100000 111001 110011

Color Harmonies of #C98639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98639

Black with #C98639

Text Example


Text Example

White with #C98639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98639; }

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

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

background-color css

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

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

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

border-color css

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

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

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