Html Css Color HEX #C98436 Golden Bell

📋 copy color: '#C98436'

red 201 ◦ green 132 ◦ blue 54

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

Shades of Golden Bell #C98436

Tints of Golden Bell #C98436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 54 (21.48% from 255) = 13.95%

R = 51.94%
G = 34.11%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C98436 (or 0xC98436) is known color: Golden Bell. HEX triplet: C9, 84 and 36. RGB value is (201,132,54). Sum of RGB (Red+Green+Blue) = 201+132+54=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98436 is #367BC9. Grayscale: #909090. Windows color (decimal): -3570634 or 3572937. OLE color: 3572937.

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

Color convert

RGB 201 132 54 -
CMYK 0 0.34 0.73 0.21
HSL 31.84º 0.58% 0.5% -
HSV(B) 31.84º 0.73% 0.79% -
XYZ 33 29.19 7.38 -
YUV 143.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 201 132 54 0 0.34 0.73 0.21 31.84 0.58 0.5
Hex C9 84 36 0 22 49 15 20 3A 32
Octal 311 204 66 0 42 111 25 40 72 62
Binary 11001001 10000100 110110 0 100010 1001001 10101 100000 111010 110010

Color Harmonies of #C98436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98436

Black with #C98436

Text Example


Text Example

White with #C98436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98436; }

 p { color: rgb(201,132,54); }

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

background-color css

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

 a { background-color: rgb(201,132,54); }

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

border-color css

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

 span { border-color: rgb(201,132,54); }

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