Html Css Color HEX #C4843A Golden Bell

📋 copy color: '#C4843A'

red 196 ◦ green 132 ◦ blue 58

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

Shades of Golden Bell #C4843A

Tints of Golden Bell #C4843A

RGB

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

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

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

R = 50.78%
G = 34.2%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4843A (or 0xC4843A) is known color: Golden Bell. HEX triplet: C4, 84 and 3A. RGB value is (196,132,58). Sum of RGB (Red+Green+Blue) = 196+132+58=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4843A is #3B7BC5. Grayscale: #8F8F8F. Windows color (decimal): -3898310 or 3835076. OLE color: 3835076.

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

Color convert

RGB 196 132 58 -
CMYK 0 0.33 0.70 0.23
HSL 32.17º 0.54% 0.5% -
HSV(B) 32.17º 0.7% 0.77% -
XYZ 31.78 28.54 7.84 -
YUV 142.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 196 132 58 0 0.33 0.70 0.23 32.17 0.54 0.5
Hex C4 84 3A 0 21 46 17 20 36 32
Octal 304 204 72 0 41 106 27 40 66 62
Binary 11000100 10000100 111010 0 100001 1000110 10111 100000 110110 110010

Color Harmonies of #C4843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4843A

Black with #C4843A

Text Example


Text Example

White with #C4843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4843A; }

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

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

background-color css

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

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

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

border-color css

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

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

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