Html Css Color HEX #C4803A Golden Bell

📋 copy color: '#C4803A'

red 196 ◦ green 128 ◦ blue 58

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

Shades of Golden Bell #C4803A

Tints of Golden Bell #C4803A

RGB

 RED value IS 196 (76.95% from 255) = 51.31%

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

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 51.31%
G = 33.51%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4803A (or 0xC4803A) is known color: Golden Bell. HEX triplet: C4, 80 and 3A. RGB value is (196,128,58). Sum of RGB (Red+Green+Blue) = 196+128+58=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4803A is #3B7FC5. Grayscale: #8C8C8C. Windows color (decimal): -3899334 or 3834052. OLE color: 3834052.

HSL color Cylindrical-coordinate representation of color #C4803A: hue angle of 30.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4803A is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 58 -
CMYK 0 0.35 0.70 0.23
HSL 30.43º 0.54% 0.5% -
HSV(B) 30.43º 0.7% 0.77% -
XYZ 31.25 27.48 7.66 -
YUV 140.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 196 128 58 0 0.35 0.70 0.23 30.43 0.54 0.5
Hex C4 80 3A 0 23 46 17 1E 36 32
Octal 304 200 72 0 43 106 27 36 66 62
Binary 11000100 10000000 111010 0 100011 1000110 10111 11110 110110 110010

Color Harmonies of #C4803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4803A

Black with #C4803A

Text Example


Text Example

White with #C4803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4803A; }

 p { color: rgb(196,128,58); }

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

background-color css

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

 a { background-color: rgb(196,128,58); }

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

border-color css

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

 span { border-color: rgb(196,128,58); }

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