Html Css Color HEX #C4843C Golden Bell

📋 copy color: '#C4843C'

red 196 ◦ green 132 ◦ blue 60

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

Shades of Golden Bell #C4843C

Tints of Golden Bell #C4843C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.46%

R = 50.52%
G = 34.02%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4843C (or 0xC4843C) is known color: Golden Bell. HEX triplet: C4, 84 and 3C. RGB value is (196,132,60). Sum of RGB (Red+Green+Blue) = 196+132+60=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4843C is #3B7BC3. Grayscale: #8F8F8F. Windows color (decimal): -3898308 or 3966148. OLE color: 3966148.

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

Color convert

RGB 196 132 60 -
CMYK 0 0.33 0.69 0.23
HSL 31.76º 0.54% 0.5% -
HSV(B) 31.76º 0.69% 0.77% -
XYZ 31.83 28.56 8.11 -
YUV 142.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 196 132 60 0 0.33 0.69 0.23 31.76 0.54 0.5
Hex C4 84 3C 0 21 45 17 20 36 32
Octal 304 204 74 0 41 105 27 40 66 62
Binary 11000100 10000100 111100 0 100001 1000101 10111 100000 110110 110010

Color Harmonies of #C4843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4843C

Black with #C4843C

Text Example


Text Example

White with #C4843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4843C; }

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

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

background-color css

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

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

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

border-color css

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

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

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