Html Css Color HEX #C98037 Golden Bell

📋 copy color: '#C98037'

red 201 ◦ green 128 ◦ blue 55

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

Shades of Golden Bell #C98037

Tints of Golden Bell #C98037

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

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

R = 52.34%
G = 33.33%
B = 14.32%

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

#C98037 (or 0xC98037) is known color: Golden Bell. HEX triplet: C9, 80 and 37. RGB value is (201,128,55). Sum of RGB (Red+Green+Blue) = 201+128+55=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C98037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98037 is #367FC8. Grayscale: #8D8D8D. Windows color (decimal): -3571657 or 3637449. OLE color: 3637449.

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

Color convert

RGB 201 128 55 -
CMYK 0 0.36 0.73 0.21
HSL 30º 0.57% 0.5% -
HSV(B) 30º 0.73% 0.79% -
XYZ 32.5 28.13 7.33 -
YUV 141.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 201 128 55 0 0.36 0.73 0.21 30 0.57 0.5
Hex C9 80 37 0 24 49 15 1E 39 32
Octal 311 200 67 0 44 111 25 36 71 62
Binary 11001001 10000000 110111 0 100100 1001001 10101 11110 111001 110010

Color Harmonies of #C98037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98037

Black with #C98037

Text Example


Text Example

White with #C98037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98037; }

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

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

background-color css

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

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

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

border-color css

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

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

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