Html Css Color HEX #C98236 Golden Bell

📋 copy color: '#C98236'

red 201 ◦ green 130 ◦ blue 54

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

Shades of Golden Bell #C98236

Tints of Golden Bell #C98236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.77%

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

R = 52.21%
G = 33.77%
B = 14.03%

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

#C98236 (or 0xC98236) is known color: Golden Bell. HEX triplet: C9, 82 and 36. RGB value is (201,130,54). Sum of RGB (Red+Green+Blue) = 201+130+54=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C98236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98236 is #367DC9. Grayscale: #8E8E8E. Windows color (decimal): -3571146 or 3572425. OLE color: 3572425.

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

Color convert

RGB 201 130 54 -
CMYK 0 0.35 0.73 0.21
HSL 31.02º 0.58% 0.5% -
HSV(B) 31.02º 0.73% 0.79% -
XYZ 32.74 28.65 7.29 -
YUV 142.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 201 130 54 0 0.35 0.73 0.21 31.02 0.58 0.5
Hex C9 82 36 0 23 49 15 1F 3A 32
Octal 311 202 66 0 43 111 25 37 72 62
Binary 11001001 10000010 110110 0 100011 1001001 10101 11111 111010 110010

Color Harmonies of #C98236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98236

Black with #C98236

Text Example


Text Example

White with #C98236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98236; }

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

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

background-color css

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

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

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

border-color css

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

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

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